| Package | Description |
|---|---|
| com.coze.openapi.service.auth |
| Modifier and Type | Method and Description |
|---|---|
static PKCEOAuthClient.CodeChallengeMethod |
PKCEOAuthClient.CodeChallengeMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PKCEOAuthClient.CodeChallengeMethod[] |
PKCEOAuthClient.CodeChallengeMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetPKCEAuthURLResp |
PKCEOAuthClient.genOAuthURL(String redirectURI,
String state,
PKCEOAuthClient.CodeChallengeMethod codeChallengeMethod) |
GetPKCEAuthURLResp |
PKCEOAuthClient.genOAuthURL(String redirectURI,
String state,
PKCEOAuthClient.CodeChallengeMethod codeChallengeMethod,
String workspaceID) |
Copyright © 2025. All rights reserved.