WebAuthenticationSession.fromPlatformCreationParams constructor

WebAuthenticationSession.fromPlatformCreationParams({
  1. required PlatformWebAuthenticationSessionCreationParams params,
})

Constructs a WebAuthenticationSession.

See WebAuthenticationSession.fromPlatformCreationParams for setting parameters for a specific platform.

Implementation

WebAuthenticationSession.fromPlatformCreationParams({
  required PlatformWebAuthenticationSessionCreationParams params,
}) : this.fromPlatform(platform: PlatformWebAuthenticationSession(params));