GetQrcodeAuthorize class

Inheritance

Constructors

GetQrcodeAuthorize.new({required String appId, required List<Scope> scopes, int width = 430, int height = 430, CodeChallenge? challenge})
const

Properties

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

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