public class AccessTokenCredential extends OidcTokenCredential
| Constructor and Description |
|---|
AccessTokenCredential() |
AccessTokenCredential(String accessToken,
RefreshToken refreshToken,
io.vertx.ext.web.RoutingContext context)
Create AccessTokenCredential
|
AccessTokenCredential(String accessToken,
io.vertx.ext.web.RoutingContext context)
Create AccessTokenCredential
|
| Modifier and Type | Method and Description |
|---|---|
RefreshToken |
getRefreshToken() |
boolean |
isOpaque() |
getRoutingContextpublic AccessTokenCredential()
public AccessTokenCredential(String accessToken, io.vertx.ext.web.RoutingContext context)
accessToken - - access tokenpublic AccessTokenCredential(String accessToken, RefreshToken refreshToken, io.vertx.ext.web.RoutingContext context)
accessToken - - access tokenrefreshToken - - refresh token which can be used to refresh this access token, may be nullpublic RefreshToken getRefreshToken()
public boolean isOpaque()
Copyright © 2020 JBoss by Red Hat. All rights reserved.