oauthRedirectCustomScheme property

String? oauthRedirectCustomScheme
getter/setter pair

(Android Only) An optional custom scheme based URL, e.g. mycustomscheme://myhost, to use when performing OAuth authentication overriding whatever is configured in the flow or project. Functionally, this URL is exactly the same as oauthRedirect, 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? oauthRedirectCustomScheme;