ConfidentialFlowData class
A data for the confidential auth flow which requires you to exchange auth code for access token manually.
- Inheritance
-
- Object
- AuthFlowData
- ConfidentialFlowData
Constructors
- ConfidentialFlowData.new(String? state, String codeChallenge)
-
Constructs an instance of confidential flow data with
state
andcodeChallenge
.const
Properties
- codeChallenge → String
-
A code challenge to be used for auth. You can find the details in the RFC.
final
- 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