prepareForRedirectFlow abstract method

Map<String, dynamic> prepareForRedirectFlow(
  1. OidcPlatformSpecificOptions options
)

prepares the platform to handle a redirect flow

Mainly used in web to launch the page before any other async code is executed

see https://github.com/Bdaya-Dev/oidc/issues/31

Implementation

Map<String, dynamic> prepareForRedirectFlow(
  OidcPlatformSpecificOptions options,
);