| Package | Description |
|---|---|
| com.coze.openapi.client.auth | |
| com.coze.openapi.service.auth |
| Modifier and Type | Field and Description |
|---|---|
static GrantType |
GrantType.AUTHORIZATION_CODE |
static GrantType |
GrantType.DEVICE_CODE |
static GrantType |
GrantType.JWT_CODE |
static GrantType |
GrantType.REFRESH_TOKEN |
| Modifier and Type | Method and Description |
|---|---|
static GrantType |
GrantType.fromString(String value) |
| Modifier and Type | Method and Description |
|---|---|
protected OAuthToken |
OAuthClient.getAccessToken(GrantType type,
String clientSecret,
String redirectURI) |
protected OAuthToken |
OAuthClient.getAccessToken(GrantType type,
String code,
String clientSecret,
String redirectURI) |
Copyright © 2025. All rights reserved.