Uses of Class
org.nuxeo.client.spi.auth.oauth2.OAuth2Token
-
Packages that use OAuth2Token Package Description org.nuxeo.client.spi.auth org.nuxeo.client.spi.auth.oauth2 -
-
Uses of OAuth2Token in org.nuxeo.client.spi.auth
Fields in org.nuxeo.client.spi.auth declared as OAuth2Token Modifier and Type Field Description protected OAuth2TokenOAuth2AuthInterceptor. tokenConstructors in org.nuxeo.client.spi.auth with parameters of type OAuth2Token Constructor Description OAuth2AuthInterceptor(OAuth2Token token, OAuth2Client oAuth2Client) -
Uses of OAuth2Token in org.nuxeo.client.spi.auth.oauth2
Methods in org.nuxeo.client.spi.auth.oauth2 that return OAuth2Token Modifier and Type Method Description protected OAuth2TokenOAuth2Client. executeRequest(okhttp3.RequestBody body)OAuth2TokenOAuth2Client. fetchAccessTokenFromAuthenticationCode(java.lang.String code)OAuth2TokenOAuth2Client. fetchAccessTokenFromJWT(java.lang.String jwtToken)OAuth2TokenOAuth2Client. refreshToken(OAuth2Token token)Methods in org.nuxeo.client.spi.auth.oauth2 with parameters of type OAuth2Token Modifier and Type Method Description OAuth2TokenOAuth2Client. refreshToken(OAuth2Token token)
-