IdentificationParameters class

Constructors

IdentificationParameters()

Properties

clientId String
Value for ClientID (required)
getter/setter pair
clientSecret String?
Value for ClientSecret
getter/setter pair
flowId String?
Value for Flow ID (if clientSecret is used)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theme Map<String, dynamic>?
getter/setter pair
token String?
Value for authentication token as alternative to ClientSecret
getter/setter pair

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