| Package | Description |
|---|---|
| com.coze.openapi.client.auth | |
| com.coze.openapi.service.auth |
| Modifier and Type | Method and Description |
|---|---|
static GrantType |
GrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrantType[] |
GrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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 © 2024. All rights reserved.