GetTokenWithPopupOptions class

Inheritance
Annotations

Constructors

GetTokenWithPopupOptions({String display, String prompt, Object max_age, String ui_locales, String id_token_hint, String login_hint, String acr_values, String scope, String audience, String? connection})
factory

Properties

acr_values String
no setterinherited
audience String
no setterinherited
connection String?
no setterinherited
display String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id_token_hint String
no setterinherited
login_hint String
no setterinherited
max_age Object
no setterinherited
prompt String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String
no setterinherited
ui_locales String
no setterinherited

Methods

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

Operators

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