Package io.micronaut.azure.credentials
Interface AzureCredentialsConfiguration.ClientSecretCredentialConfiguration
- Enclosing interface:
 - AzureCredentialsConfiguration
 
@ConfigurationProperties("client-secret")
public static interface AzureCredentialsConfiguration.ClientSecretCredentialConfiguration
The client secret credential configuration.
- 
Field Details
- 
NAME
- See Also:
 
 - 
CLIENT_SECRET
- See Also:
 
 
 - 
 - 
Method Details
- 
getClientId
Gets the client ID of the application.- Returns:
 - the client id
 
 - 
getSecret
Gets the client secret for the authentication.- Returns:
 - client secret
 
 - 
getTenantId
Gets the tenant ID of the application.- Returns:
 - tenant id
 
 
 -