Class AuthorizationCodeGrantTypeFactory

java.lang.Object
org.keycloak.protocol.oidc.grants.AuthorizationCodeGrantTypeFactory
All Implemented Interfaces:
OAuth2GrantTypeFactory, ProviderFactory<OAuth2GrantType>

public class AuthorizationCodeGrantTypeFactory extends Object implements OAuth2GrantTypeFactory
Factory for OAuth 2.0 Authorization Code Grant
Author:
Dmitry Telegin