Interface VerifyAttestationResponseOrBuilder (0.29.0)

public interface VerifyAttestationResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClaimsToken()

public abstract ByteString getClaimsToken()

Output only. The OIDC token issued by this service. It contains specific

platform claims based on the contents of the provided attestation.

bytes claims_token = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The claimsToken.