callbackURL property
This is fixed and must always be the same as the OAuth redirect URL
provisioned by Firebase Auth,
https://project-id.firebaseapp.com/__/auth/handler
unless a custom
authDomain
is used.
The callback URL should also be provided to the SAML IdP during
configuration.
Implementation
@override
final String? callbackURL;