Interface TokenIntrospectionContext

    • Method Detail

      • getOIDCClientInformation

        @Nullable com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation getOIDCClientInformation()
        If the requesting client authenticated at the introspection endpoint returns its registered information.
        Returns:
        The client information, null if the introspection request was authorised with an access token.
      • getSubjectSession

        @Nullable SubjectSession getSubjectSession()
        Returns the associated subject (end-user) session where the token issue was authorised.
        Returns:
        The subject session, null if closed or expired, or not available due to the session key not being encoded into the token.