prepareForRedirectFlow abstract method
prepares the platform to handle a redirect flow
Mainly used in web to launch the page before any other async code is executed
Implementation
Map<String, dynamic> prepareForRedirectFlow(
OidcPlatformSpecificOptions options,
);