Oauth2Authorize class

OAuth2 Authorize

Implemented types

Constructors

Oauth2Authorize({required String grantId, required String redirectUrl})
Oauth2Authorize.fromMap(Map<String, dynamic> map)
factory

Properties

grantId String
OAuth2 grant ID. Set when the user must give explicit consent; pass it to the approve or reject endpoint. Empty when a redirect URL is returned instead.
final
hashCode int
The hash code for this object.
no setterinherited
redirectUrl String
URL the end user should be redirected to when the flow can complete without consent. Empty when consent is still required.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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