redirectUris property
RedirectURIs are the allowed callback URIs for the OAuth2 / OIDC flows, where the authorization code or tokens will be sent to. The redirect_uri parameter in the authorization request must exactly match one of these URIs.
Implementation
@$pb.TagNumber(1)
$pb.PbList<$core.String> get redirectUris => $_getList(0);