JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.springdoc.core.configuration.oauth2
Interface SpringDocOAuth2Token
public interface
SpringDocOAuth2Token
The type Spring doc o auth 2 token.
Author:
yuta.saito
See Also:
DefaultOAuth2AccessTokenResponseMapConverter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getAccessToken
()
long
getExpiresIn
()
String
getRefreshToken
()
String
getScope
()
String
getTokenType
()
Method Details
getAccessToken
String
getAccessToken
()
getTokenType
String
getTokenType
()
getExpiresIn
long
getExpiresIn
()
getScope
String
getScope
()
getRefreshToken
String
getRefreshToken
()