Interface TokenIntrospection


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

      • getAccessTokenAuthorization

        @Nullable AccessTokenAuthorization 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.