updateUri property
The issuer endpoint URI the pass holder needs to follow in order to receive an updated pass JWT.
It can not contain any sensitive information. The endpoint needs to authenticate the user before giving the user the updated JWT. Example update URI https://someissuer.com/update/passId=someExternalPassId
Required.
Implementation
core.String? updateUri;