Interface AzureCredentialsConfiguration.ClientSecretCredentialConfiguration

Enclosing interface:
AzureCredentialsConfiguration

@ConfigurationProperties("client-secret") public static interface AzureCredentialsConfiguration.ClientSecretCredentialConfiguration
The client secret credential configuration.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull String
    Gets the client ID of the application.
    @NonNull String
    Gets the client secret for the authentication.
    @NonNull String
    Gets the tenant ID of the application.
  • Field Details

  • Method Details

    • getClientId

      @NonNull @NonNull String getClientId()
      Gets the client ID of the application.
      Returns:
      the client id
    • getSecret

      @NonNull @NonNull String getSecret()
      Gets the client secret for the authentication.
      Returns:
      client secret
    • getTenantId

      @NonNull @NonNull String getTenantId()
      Gets the tenant ID of the application.
      Returns:
      tenant id