ssoRedirectCustomScheme property
(Android Only) An optional custom scheme based URL, e.g. mycustomscheme://myhost,
to use when performing SSO authentication overriding whatever is configured in the flow or project.
Functionally, this URL is exactly the same as ssoRedirect, and will be used in its stead, only
when the user has a default browser that does not honor App Links by default.
That means the https based App Links are opened inline in the browser, instead
of being handled by the application.
Implementation
String? ssoRedirectCustomScheme;