Interface ClientAuthenticationContext

    • Method Detail

      • getOIDCClientInformation

        com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation getOIDCClientInformation()
        Returns the registered client information for the client_id in the client authentication.
        Returns:
        The registered client information. Not null.
      • getID

        ClientAuthenticationID getID()
        Returns a unique identifier for the client authentication.
        Returns:
        The client authentication ID.