public enum TokenType extends Enum<TokenType> implements ProtocolMessageEnum
Token type enum contains the different types of token responses Confidential Space supports
Protobuf enum google.cloud.confidentialcomputing.v1.TokenType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
TOKEN_TYPE_LIMITED_AWS |
Limited claim token type for AWS integration |
TOKEN_TYPE_LIMITED_AWS_VALUE |
Limited claim token type for AWS integration |
TOKEN_TYPE_OIDC |
OpenID Connect (OIDC) token type |
TOKEN_TYPE_OIDC_VALUE |
OpenID Connect (OIDC) token type |
TOKEN_TYPE_PKI |
Public Key Infrastructure (PKI) token type |
TOKEN_TYPE_PKI_VALUE |
Public Key Infrastructure (PKI) token type |
TOKEN_TYPE_UNSPECIFIED |
Unspecified token type |
TOKEN_TYPE_UNSPECIFIED_VALUE |
Unspecified token type |
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() |