Class TokenExchangeGrantTypeFactory

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

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