addMyAuthFactorOTP method
ResponseFuture<AddMyAuthFactorOTPResponse>
addMyAuthFactorOTP(
- AddMyAuthFactorOTPRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.AddMyAuthFactorOTPResponse> addMyAuthFactorOTP(
$0.AddMyAuthFactorOTPRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$addMyAuthFactorOTP, request, options: options);
}