Class PreAuthorizedCodeGrantTypeFactory

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

public class PreAuthorizedCodeGrantTypeFactory extends Object implements OAuth2GrantTypeFactory, EnvironmentDependentProviderFactory
Factory for Pre-Authorized Code Grant
Author:
Stefan Wiedemann