|
GPIC - Backend
1.0
Aplicações .NET para o backend do GPIC
|
Membros públicos | |
| string | GetDatabaseConnectionString () |
| string | GetBlobStorageConnectionString () |
| string | GetBlobStorageContainerName () |
| string | GetSmtpUserName () |
| string | GetSmtpUserPassword () |
| string | GetJwtSecret () |
| string | GetJwtIssuer () |
| string | GetJwtAudience () |
| string | GetJwtExpirationTime () |
| string Services.IDotEnvSecrets.GetBlobStorageConnectionString | ( | ) |
Implementado em Infrastructure.IoC.Utils.DotEnvSecrets.
| string Services.IDotEnvSecrets.GetBlobStorageContainerName | ( | ) |
Implementado em Infrastructure.IoC.Utils.DotEnvSecrets.
| string Services.IDotEnvSecrets.GetDatabaseConnectionString | ( | ) |
Implementado em Infrastructure.IoC.Utils.DotEnvSecrets.
| string Services.IDotEnvSecrets.GetJwtAudience | ( | ) |
Implementado em Infrastructure.IoC.Utils.DotEnvSecrets.
| string Services.IDotEnvSecrets.GetJwtExpirationTime | ( | ) |
Implementado em Infrastructure.IoC.Utils.DotEnvSecrets.
| string Services.IDotEnvSecrets.GetJwtIssuer | ( | ) |
Implementado em Infrastructure.IoC.Utils.DotEnvSecrets.
| string Services.IDotEnvSecrets.GetJwtSecret | ( | ) |
Implementado em Infrastructure.IoC.Utils.DotEnvSecrets.
| string Services.IDotEnvSecrets.GetSmtpUserName | ( | ) |
Implementado em Infrastructure.IoC.Utils.DotEnvSecrets.
| string Services.IDotEnvSecrets.GetSmtpUserPassword | ( | ) |
Implementado em Infrastructure.IoC.Utils.DotEnvSecrets.