Interface AuthorizationServerSecretsContract


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

    Modifier and Type
    Method
    Description
    Gets the clientSecret property: oAuth Authorization Server Secrets.
    Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AuthorizationServerSecretsContractInner object.
    Gets the resourceOwnerPassword property: Can be optionally specified when resource owner password grant type is supported by this authorization server.
    Gets the resourceOwnerUsername property: Can be optionally specified when resource owner password grant type is supported by this authorization server.
  • Method Details

    • 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

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