接口方法
Index >
AuthorizeController >
authorize
说明: authorize
InterfaceName: AuthorizeController
MethodName: authorize
ReturnType: String
parameters :
|
appKey
|
参数0 |
可选 |
String |
|
|
quickRedirect
|
参数1 |
可选 |
String |
|
|
action
|
参数2 |
可选 |
String |
|
|
redirectUri
|
参数3 |
可选 |
String |
|
|
authorizeType
|
参数4 |
可选 |
String |
|
|
request
|
参数5 |
可选 |
HttpServletRequest |
|
JavaScript Sdk 调用示例
下载JavaScript Sdk
sdk.AuthorizeController().authorize({
appKey:"" ,
quickRedirect:"" ,
action:"" ,
redirectUri:"" ,
authorizeType:"" ,
request:{} // HttpServletRequest 对象
}).then(function(result) {
alert("success");
}
);