public static interface ConfidentialComputingGrpc.AsyncService
Service describing handlers for resources
| Modifier and Type | Method and Description |
|---|---|
default void |
createChallenge(CreateChallengeRequest request,
io.grpc.stub.StreamObserver<Challenge> responseObserver)
Creates a new Challenge in a given project and location.
|
default void |
verifyAttestation(VerifyAttestationRequest request,
io.grpc.stub.StreamObserver<VerifyAttestationResponse> responseObserver)
Verifies the provided attestation info, returning a signed OIDC token.
|
default void createChallenge(CreateChallengeRequest request, io.grpc.stub.StreamObserver<Challenge> responseObserver)
Creates a new Challenge in a given project and location.
default void verifyAttestation(VerifyAttestationRequest request, io.grpc.stub.StreamObserver<VerifyAttestationResponse> responseObserver)
Verifies the provided attestation info, returning a signed OIDC token.
Copyright © 2023 Google LLC. All rights reserved.