JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.atlassian.oauth2.client.api
Interface OAuth2Token
public interface
OAuth2Token
Represents an OAuth2 Access Token and its metadata.
Since:
4.1.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getAccessToken
()
Instant
getAccessTokenExpiration
()
Method Details
getAccessToken
String
getAccessToken
()
Returns:
the generated access token
getAccessTokenExpiration
Instant
getAccessTokenExpiration
()
Returns:
the expiration time of the access token