Interface SpringDocOAuth2Token


public interface SpringDocOAuth2Token
The type Spring doc o auth 2 token.
Author:
yuta.saito
See Also:
  • Method Details

    • getAccessToken

      String getAccessToken()
      Gets access token.
      Returns:
      the access token
    • getTokenType

      String getTokenType()
      Gets token type.
      Returns:
      the token type
    • getExpiresIn

      long getExpiresIn()
      Gets expires in.
      Returns:
      the expires in
    • getScope

      String getScope()
      Gets scope.
      Returns:
      the scope
    • getRefreshToken

      String getRefreshToken()
      Gets refresh token.
      Returns:
      the refresh token