UmInitWeiBo class

初始化微博 @AppKey 新浪微博应用 AppKey @appSecret 新浪微博应用 AppSecret @redirectUrl 对于新浪平台,redirectURL参数为新浪官方验证使用,参数内传递的URL必须和微博开放平台设置的授权回调页一致

Implemented types

Constructors

UmInitWeiBo({required String appKey, required String appSecret, required String redirectUrl})

Properties

appKey String
final
appSecret String
final
hashCode int
The hash code for this object.
no setterinherited
redirectUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object>
override
toString() String
A string representation of this object.
inherited

Operators

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