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()
    • getScope

      String getScope()
    • getClientId

      String getClientId()
    • getUsername

      String getUsername()
    • getTokenType

      String getTokenType()
    • getExpiresAt

      long getExpiresAt()
    • getIssueAt

      long getIssueAt()
    • getNotBefore

      long getNotBefore()
    • getSubject

      String getSubject()
    • getAudience

      List<String> getAudience()
    • getIssuer

      String getIssuer()
    • getId

      String getId()