JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.liferay.document.library.repository.authorization.oauth2
Interface Token
public interface
Token
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getAccessToken
()
Date
getExpirationDate
()
String
getRefreshToken
()
boolean
isExpired
()
Method Details
getAccessToken
String
getAccessToken
()
getExpirationDate
Date
getExpirationDate
()
getRefreshToken
String
getRefreshToken
()
isExpired
boolean
isExpired
()