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