Class ResourceOwnerPasswordCredentialsGrantType

java.lang.Object
org.keycloak.protocol.oidc.grants.OAuth2GrantTypeBase
org.keycloak.protocol.oidc.grants.ResourceOwnerPasswordCredentialsGrantType
All Implemented Interfaces:
OAuth2GrantType, Provider

public class ResourceOwnerPasswordCredentialsGrantType extends OAuth2GrantTypeBase
OAuth 2.0 Resource Owner Password Credentials Grant https://datatracker.ietf.org/doc/html/rfc6749#section-4.3
Author:
Dmitry Telegin (et al.)
  • Constructor Details

    • ResourceOwnerPasswordCredentialsGrantType

      public ResourceOwnerPasswordCredentialsGrantType()
  • Method Details