redirectUri property
The URI to redirect to, after authentication. By default,
window.location.origin
.
Implementation
final Uri? redirectUri;
The URI to redirect to, after authentication. By default,
window.location.origin
.
final Uri? redirectUri;