PopupLoginOptions class

Inheritance

Constructors

PopupLoginOptions({String? audience, IdTokenValidationConfig? idTokenValidationConfig, String? organizationId, String? invitationUrl, String? redirectUrl, Set<String> scopes = const {}, Map<String, String> parameters = const {}, dynamic popupWindow, int? timeoutInSeconds})

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
final
redirectUrl String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes Set<String>
finalinherited
timeoutInSeconds int?
final

Methods

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

Operators

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