Uses of Class
sh.ory.hydra.model.Oauth2TokenResponse
-
Packages that use Oauth2TokenResponse Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of Oauth2TokenResponse in sh.ory.hydra.api
Methods in sh.ory.hydra.api that return Oauth2TokenResponse Modifier and Type Method Description Oauth2TokenResponsePublicApi. oauth2Token(String grantType, String code, String refreshToken, String redirectUri, String clientId)The OAuth 2.0 Token Endpoint The client makes a request to the token endpoint by sending the following parameters using the \"application/x-www-form-urlencoded\" HTTP request entity-body.Methods in sh.ory.hydra.api that return types with arguments of type Oauth2TokenResponse Modifier and Type Method Description ApiResponse<Oauth2TokenResponse>PublicApi. oauth2TokenWithHttpInfo(String grantType, String code, String refreshToken, String redirectUri, String clientId)The OAuth 2.0 Token Endpoint The client makes a request to the token endpoint by sending the following parameters using the \"application/x-www-form-urlencoded\" HTTP request entity-body.Method parameters in sh.ory.hydra.api with type arguments of type Oauth2TokenResponse Modifier and Type Method Description okhttp3.CallPublicApi. oauth2TokenAsync(String grantType, String code, String refreshToken, String redirectUri, String clientId, ApiCallback<Oauth2TokenResponse> _callback)The OAuth 2.0 Token Endpoint (asynchronously) The client makes a request to the token endpoint by sending the following parameters using the \"application/x-www-form-urlencoded\" HTTP request entity-body. -
Uses of Oauth2TokenResponse in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return Oauth2TokenResponse Modifier and Type Method Description Oauth2TokenResponseOauth2TokenResponse. accessToken(String accessToken)Oauth2TokenResponseOauth2TokenResponse. expiresIn(Long expiresIn)Oauth2TokenResponseOauth2TokenResponse. idToken(String idToken)Oauth2TokenResponseOauth2TokenResponse. refreshToken(String refreshToken)Oauth2TokenResponseOauth2TokenResponse. scope(String scope)Oauth2TokenResponseOauth2TokenResponse. tokenType(String tokenType)
-