Interface TokenResponseContext

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      net.minidev.json.JSONObject getAuthorizationData()
      For a successful token response returns the optional authorisation data.
      com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation getOIDCClientInformation()
      If the requesting client is successfully authenticated or identified at the token endpoint returns its registered information.
    • Method Detail

      • getOIDCClientInformation

        com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation getOIDCClientInformation()
        If the requesting client is successfully authenticated or identified at the token endpoint returns its registered information.
        Returns:
        The client information, null if not available.
      • getAuthorizationData

        net.minidev.json.JSONObject getAuthorizationData()
        For a successful token response returns the optional authorisation data.
        Returns:
        The authorisation data, null if not specified.