Interface SpringDocOAuth2TokenIntrospection


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

    • getActive

      boolean getActive()
      Gets active.
      Returns:
      the active
    • getScope

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

      String getClientId()
      Gets client id.
      Returns:
      the client id
    • getUsername

      String getUsername()
      Gets username.
      Returns:
      the username
    • getTokenType

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

      long getExpiresAt()
      Gets expires at.
      Returns:
      the expires at
    • getIssueAt

      long getIssueAt()
      Gets issue at.
      Returns:
      the issue at
    • getNotBefore

      long getNotBefore()
      Gets not before.
      Returns:
      the not before
    • getSubject

      String getSubject()
      Gets subject.
      Returns:
      the subject
    • getAudience

      List<String> getAudience()
      Gets audience.
      Returns:
      the audience
    • getIssuer

      String getIssuer()
      Gets issuer.
      Returns:
      the issuer
    • getId

      String getId()
      Gets id.
      Returns:
      the id