redirectUri property
The redirect URI provided in the initial authorization request made by the client to the IDP.
The URI must use the HTTPS protocol, include a domain name, and can't contain an IP address or localhost. Required if token_type is CODE.
Implementation
core.String? redirectUri;