Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class TokenOptions.
Options to modify claims in the token to generate custom-purpose tokens.
Generated from protobuf message google.cloud.confidentialcomputing.v1.TokenOptions
Namespace
Google \ Cloud \ ConfidentialComputing \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ audience
string
Optional. Optional string to issue the token with a custom audience claim. Required if one or more nonces are specified.
↳ nonce
array
Optional. Optional parameter to place one or more nonces in the eat_nonce claim in the output token. The minimum size for JSON-encoded EATs is 10 bytes and the maximum size is 74 bytes.
↳ token_type
int
Optional. Optional token type to select what type of token to return.
getAudience
Optional. Optional string to issue the token with a custom audience claim.
Required if one or more nonces are specified.
string
setAudience
Optional. Optional string to issue the token with a custom audience claim.
Required if one or more nonces are specified.
var
string
$this
getNonce
Optional. Optional parameter to place one or more nonces in the eat_nonce claim in the output token. The minimum size for JSON-encoded EATs is 10 bytes and the maximum size is 74 bytes.
setNonce
Optional. Optional parameter to place one or more nonces in the eat_nonce claim in the output token. The minimum size for JSON-encoded EATs is 10 bytes and the maximum size is 74 bytes.
var
string[]
$this
getTokenType
Optional. Optional token type to select what type of token to return.
int
setTokenType
Optional. Optional token type to select what type of token to return.
var
int
$this