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