Interface VerifyAttestationResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VerifyAttestationResponse
,VerifyAttestationResponse.Builder
public interface VerifyAttestationResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteString
getClaimsToken()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClaimsToken
com.google.protobuf.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:
- The claimsToken.
-
-