Interface SpringDocOAuth2Token


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

    • getAccessToken

      String getAccessToken()
    • getTokenType

      String getTokenType()
    • getExpiresIn

      long getExpiresIn()
    • getScope

      String getScope()
    • getRefreshToken

      String getRefreshToken()