GetAuthorize class

Inheritance

Constructors

GetAuthorize.new({required String appId, String? appSecret, required String bundleId, required List<Scope> scopes, CodeChallenge? challenge, String? state, bool relogin = false, bool autoLogin = false, required String source})
const

Properties

appId String
final
appSecret String?
final
authorized bool
no setteroverride
autoLogin bool
final
bundleId String
final
challenge CodeChallenge?
final
data → dynamic
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
method HttpMethod
no setteroverride
redirectUri String
final
relogin bool
final
responseType String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<Scope>
final
source String
final
state String?
final
uri String
no setteroverride

Methods

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

Operators

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