AnonymousAuthProvider class

Inheritance

Properties

cache AuthCache
no setterinherited
config CloudBaseConfig
no setterinherited
core CloudBaseCore
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAccessToken() Future<String>
获取 accessToken
inherited
linkAndRetrieveDataWithTicket(String ticket) Future<CloudBaseAuthState>
匿名账号数据迁移到正式账号
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshAccessToken() Future<void>
刷新 accessToken
inherited
setAuthType(CloudBaseAuthType authType) Future<void>
inherited
setRefreshToken(String refreshToken) Future<void>
inherited
signInAnonymously() Future<CloudBaseAuthState>
toString() String
A string representation of this object.
inherited

Operators

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