Interface IdentityVerificationServiceGrpc.AsyncService

All Known Implementing Classes:
IdentityVerificationServiceGrpc.IdentityVerificationServiceImplBase
Enclosing class:
IdentityVerificationServiceGrpc

public static interface IdentityVerificationServiceGrpc.AsyncService
 A service for managing Identity Verification Service.
 
  • Method Details

    • startIdentityVerification

      default void startIdentityVerification(StartIdentityVerificationRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
       Starts Identity Verification for a given verification program type.
        Statuses are returned.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [HeaderError]()
         [InternalError]()
         [QuotaError]()
         [RequestError]()
       
    • getIdentityVerification

      default void getIdentityVerification(GetIdentityVerificationRequest request, io.grpc.stub.StreamObserver<GetIdentityVerificationResponse> responseObserver)
       Returns Identity Verification information.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [HeaderError]()
         [InternalError]()
         [QuotaError]()
         [RequestError]()