presenter property

String? presenter
getter/setter pair

The authorized presenter of the credential.

Reflects the optional Authorized Presenter (azp) claim within a JWT or the OAuth client id. For example, a Google Cloud Platform client id looks as follows: "123456789012.apps.googleusercontent.com".

Implementation

core.String? presenter;