WebAuthLoginOptions class

Inheritance

Constructors

WebAuthLoginOptions({String? audience, IdTokenValidationConfig? idTokenValidationConfig, String? organizationId, String? invitationUrl, String? redirectUrl, Set<String> scopes = const {}, Map<String, String> parameters = const {}, bool useHTTPS = false, bool useEphemeralSession = false, String? scheme, SafariViewController? safariViewController})

Properties

audience String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
idTokenValidationConfig IdTokenValidationConfig?
finalinherited
invitationUrl String?
finalinherited
organizationId String?
finalinherited
parameters Map<String, String>
finalinherited
redirectUrl String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safariViewController SafariViewController?
final
scheme String?
final
scopes Set<String>
finalinherited
useEphemeralSession bool
final
useHTTPS bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited