Uses of Class
org.glassfish.jersey.client.oauth2.TokenResult
-
Packages that use TokenResult Package Description org.glassfish.jersey.client.oauth2 Jersey OAuth 2 Client API. -
-
Uses of TokenResult in org.glassfish.jersey.client.oauth2
Fields in org.glassfish.jersey.client.oauth2 declared as TokenResult Modifier and Type Field Description private TokenResultAuthCodeGrantImpl. tokenResultMethods in org.glassfish.jersey.client.oauth2 that return TokenResult Modifier and Type Method Description TokenResultAuthCodeGrantImpl. finish(java.lang.String authorizationCode, java.lang.String state)TokenResultOAuth2CodeGrantFlow. finish(java.lang.String code, java.lang.String state)Finish the authorization process and return theTokenResult.TokenResultAuthCodeGrantImpl.DefaultTokenMessageBodyReader. readFrom(java.lang.Class<TokenResult> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)TokenResultOAuth2FlowFacebookBuilder.FacebookTokenMessageBodyReader. readFrom(java.lang.Class<TokenResult> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)TokenResultAuthCodeGrantImpl. refreshAccessToken(java.lang.String refreshToken)TokenResultOAuth2CodeGrantFlow. refreshAccessToken(java.lang.String refreshToken)Refresh the access token using a refresh token.Method parameters in org.glassfish.jersey.client.oauth2 with type arguments of type TokenResult Modifier and Type Method Description TokenResultAuthCodeGrantImpl.DefaultTokenMessageBodyReader. readFrom(java.lang.Class<TokenResult> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)TokenResultOAuth2FlowFacebookBuilder.FacebookTokenMessageBodyReader. readFrom(java.lang.Class<TokenResult> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
-