authorizedParty property
String?
get
authorizedParty
The party to which the ID Token was issued.
Implementation
String? get authorizedParty => this['azp'];
The party to which the ID Token was issued.
String? get authorizedParty => this['azp'];