Interface TokenIntrospection


public interface TokenIntrospection
Introspection of a subject token in a token exchange grant.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the access token authorisation for a subject token that is a locally issued access token.
  • Method Details

    • getAccessTokenAuthorization

      Returns the access token authorisation for a subject token that is a locally issued access token.
      Returns:
      The access token authorisation, null if the subject token is not a locally issued access token, invalid or expired.