| 程序包 | 说明 |
|---|---|
| com.dahuatech.icc.oauth.handle | |
| com.dahuatech.icc.oauth.http | |
| com.dahuatech.icc.oauth.profile |
| 限定符和类型 | 方法和说明 |
|---|---|
IccTokenResponse.IccToken |
TokenHandleSingle.refreshToken(GrantType grantType) |
IccTokenResponse.IccToken |
TokenHandleSingle.refreshToken(GrantType grantType,
String refreshToken)
刷新token
|
| 限定符和类型 | 方法和说明 |
|---|---|
IccTokenResponse.IccToken |
DefaultClient.getAccessToken(GrantType grantType) |
IccTokenResponse.IccToken |
IClient.getAccessToken(GrantType grantType)
根据grantType类型,获取access_token
|
| 限定符和类型 | 字段和说明 |
|---|---|
static GrantType |
IccProfile.grantType
当前使用认证类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
static GrantType |
GrantType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static GrantType[] |
GrantType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2023. All rights reserved.