redirectUris property

  1. @TagNumber.new(1)
PbList<String> get redirectUris

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. Any existing redirect URIs not included in this list will be removed. If not set, the redirect URIs will not be changed.

Implementation

@$pb.TagNumber(1)
$pb.PbList<$core.String> get redirectUris => $_getList(0);