WxAuthProvider class
- Inheritance
-
- Object
- AuthProvider
- WxAuthProvider
Constructors
- WxAuthProvider(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
-
signInByWx(
String? wxAppId, String? wxUniLink) → Future< CloudBaseAuthState> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited