Interface AuthorizationServerSecretsContract


  • public interface AuthorizationServerSecretsContract
    An immutable client-side representation of AuthorizationServerSecretsContract.
    • Method Detail

      • clientSecret

        String clientSecret()
        Gets the clientSecret property: oAuth Authorization Server Secrets.
        Returns:
        the clientSecret value.
      • resourceOwnerUsername

        String resourceOwnerUsername()
        Gets the resourceOwnerUsername property: Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username.
        Returns:
        the resourceOwnerUsername value.
      • resourceOwnerPassword

        String resourceOwnerPassword()
        Gets the resourceOwnerPassword property: Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password.
        Returns:
        the resourceOwnerPassword value.
      • innerModel

        AuthorizationServerSecretsContractInner innerModel()
        Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AuthorizationServerSecretsContractInner object.
        Returns:
        the inner object.