CustomAuthProvider class

Inheritance

Constructors

CustomAuthProvider(CloudBaseCore core)

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
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
signInWithTicket(String ticket) Future<CloudBaseAuthState>
toString() String
A string representation of this object.
inherited

Operators

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