AuthSettings constructor

AuthSettings({
  1. MicrosoftSettings? microsoft,
})

Constructs an instance of AuthSettings.

microsoft: (Optional) The settings required for Microsoft authentication. Provide this parameter if you wish to enable Microsoft authentication within your application.

Implementation

AuthSettings({this.microsoft});