removeIDPAuthenticator method

ResponseFuture<RemoveIDPAuthenticatorResponse> removeIDPAuthenticator(
  1. RemoveIDPAuthenticatorRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.RemoveIDPAuthenticatorResponse> removeIDPAuthenticator($0.RemoveIDPAuthenticatorRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeIDPAuthenticator, request, options: options);
}