public enum OAuthConfig.OauthGrantType extends Enum<OAuthConfig.OauthGrantType> implements ProtocolMessageEnumOAuth grant types. Only client credential grant is supported.
Protobuf enum google.cloud.ces.v1.OAuthConfig.OauthGrantType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CLIENT_CREDENTIAL |
Represents the client credential flow. |
CLIENT_CREDENTIAL_VALUE |
Represents the client credential flow. |
OAUTH_GRANT_TYPE_UNSPECIFIED |
Unspecified. Defaults to CLIENT_CREDENTIAL. |
OAUTH_GRANT_TYPE_UNSPECIFIED_VALUE |
Unspecified. Defaults to CLIENT_CREDENTIAL. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|