Uses of Class
com.nimbusds.oauth2.sdk.ResourceOwnerPasswordCredentialsGrant
-
Packages that use ResourceOwnerPasswordCredentialsGrant Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and authorisation server responses. -
-
Uses of ResourceOwnerPasswordCredentialsGrant in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return ResourceOwnerPasswordCredentialsGrant Modifier and Type Method Description static ResourceOwnerPasswordCredentialsGrant
ResourceOwnerPasswordCredentialsGrant. parse(Map<String,List<String>> params)
Parses a resource owner password credentials grant from the specified request body parameters.
-