Uses of Class
org.keycloak.protocol.oidc.grants.OAuth2GrantTypeBase
Packages that use OAuth2GrantTypeBase
Package
Description
-
Uses of OAuth2GrantTypeBase in org.keycloak.protocol.oidc.grants
Subclasses of OAuth2GrantTypeBase in org.keycloak.protocol.oidc.grantsModifier and TypeClassDescriptionclassOAuth 2.0 Authorization Code Grant https://datatracker.ietf.org/doc/html/rfc6749#section-4.1classOAuth 2.0 Client Credentials Grant https://datatracker.ietf.org/doc/html/rfc6749#section-4.4classUser-Managed Access (UMA) 2.0 Grant for OAuth 2.0 Authorization https://docs.kantarainitiative.org/uma/wg/rec-oauth-uma-grant-2.0.html#uma-grant-typeclassclassOAuth 2.0 Refresh Token Grant https://datatracker.ietf.org/doc/html/rfc6749#section-6classOAuth 2.0 Resource Owner Password Credentials Grant https://datatracker.ietf.org/doc/html/rfc6749#section-4.3classOAuth 2.0 Authorization Code Grant https://datatracker.ietf.org/doc/html/rfc8693#section-2.1 -
Uses of OAuth2GrantTypeBase in org.keycloak.protocol.oidc.grants.ciba
Subclasses of OAuth2GrantTypeBase in org.keycloak.protocol.oidc.grants.cibaModifier and TypeClassDescriptionclassOpenID Connect Client-Initiated Backchannel Authentication Flow https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html#rfc.section.10.1 -
Uses of OAuth2GrantTypeBase in org.keycloak.protocol.oidc.grants.device
Subclasses of OAuth2GrantTypeBase in org.keycloak.protocol.oidc.grants.deviceModifier and TypeClassDescriptionclassOAuth 2.0 Device Authorization Grant https://datatracker.ietf.org/doc/html/rfc8628#section-3.4