Class AuthorizationClientProperties


  • public class AuthorizationClientProperties
    extends Object
    Properties for an oauth2 client.
    • Constructor Detail

      • AuthorizationClientProperties

        public AuthorizationClientProperties()
    • Method Detail

      • getAuthorizationGrantType

        public AadAuthorizationGrantType getAuthorizationGrantType()
        Gets the authorization grant type.
        Returns:
        the authorization grant type
      • setAuthorizationGrantType

        public void setAuthorizationGrantType​(AadAuthorizationGrantType authorizationGrantType)
        Sets the authorization grant type.
        Parameters:
        authorizationGrantType - the authorization grant type
      • setScopes

        public void setScopes​(List<String> scopes)
        Sets the list of scopes.
        Parameters:
        scopes - the list of scopes
      • getScopes

        public List<String> getScopes()
        Gets the list of scopes.
        Returns:
        the list of scopes