PublicFlowData class
A data for the public auth flow which exchanges auth code for tokens inside this SDK.
- Inheritance
-
- Object
- AuthFlowData
- PublicFlowData
Constructors
- PublicFlowData.new(String? state)
-
Constructs an instance of public flow data with
state
.const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → String?
-
An optional state to be passed to auth.
This parameter is used to protect against XSRF.
Should be a 32 byte string from the alphabet a-z,A-Z,0-9,_,-
final
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