public class ClientTokens extends Object
| Constructor and Description |
|---|
ClientTokens(org.apache.cxf.rs.security.oauth2.common.Client c,
List<org.apache.cxf.rs.security.oauth2.common.ServerAccessToken> accessTokens,
List<org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken> refreshTokens) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.cxf.rs.security.oauth2.common.ServerAccessToken> |
getAccessTokens() |
org.apache.cxf.rs.security.oauth2.common.Client |
getClient() |
List<org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken> |
getRefreshTokens() |
public org.apache.cxf.rs.security.oauth2.common.Client getClient()
public List<org.apache.cxf.rs.security.oauth2.common.ServerAccessToken> getAccessTokens()
public List<org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken> getRefreshTokens()
Apache Fediz