WebAuthenticationSessionSettings constructor

WebAuthenticationSessionSettings({
  1. bool? prefersEphemeralWebBrowserSession = false,
})

Implementation

WebAuthenticationSessionSettings(
    {this.prefersEphemeralWebBrowserSession = false});