public interface TokenResponseContext extends InvocationContext
Modifier and Type | Method and 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.
|
getIssuer
com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation getOIDCClientInformation()
null
if not available.net.minidev.json.JSONObject getAuthorizationData()
null
if not specified.Copyright © 2021 Connect2id Ltd.. All rights reserved.