Class AbstractOAuth2AuthorizationGrantRequest

    • Constructor Detail

      • AbstractOAuth2AuthorizationGrantRequest

        protected AbstractOAuth2AuthorizationGrantRequest​(org.springframework.security.oauth2.core.AuthorizationGrantType authorizationGrantType,
                                                          ClientRegistration clientRegistration)
        Sub-class constructor.
        Parameters:
        authorizationGrantType - the authorization grant type
        clientRegistration - the client registration
        Since:
        5.5
    • Method Detail

      • getGrantType

        public org.springframework.security.oauth2.core.AuthorizationGrantType getGrantType()
        Returns the authorization grant type.
        Returns:
        the authorization grant type