idTokenHintClaims property

  1. @BuiltValueField(wireName: r'id_token_hint_claims')
BuiltMap<String, JsonObject?>? idTokenHintClaims

IDTokenHintClaims are the claims of the ID Token previously issued by the Authorization Server being passed as a hint about the End-User's current or past authenticated session with the Client.

Implementation

@BuiltValueField(wireName: r'id_token_hint_claims')
BuiltMap<String, JsonObject?>? get idTokenHintClaims;