| Package | Description |
|---|---|
| io.serverlessworkflow.api.auth |
| Modifier and Type | Method and Description |
|---|---|
static OauthDefinition.GrantType |
OauthDefinition.GrantType.fromValue(String value) |
OauthDefinition.GrantType |
OauthDefinition.getGrantType()
Defines the grant type
(Required)
|
static OauthDefinition.GrantType |
OauthDefinition.GrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OauthDefinition.GrantType[] |
OauthDefinition.GrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OauthDefinition.setGrantType(OauthDefinition.GrantType grantType)
Defines the grant type
(Required)
|
OauthDefinition |
OauthDefinition.withGrantType(OauthDefinition.GrantType grantType) |
| Constructor and Description |
|---|
OauthDefinition(OauthDefinition.GrantType grantType,
String clientId) |
Copyright © 2020–2023 CNCF. All rights reserved.