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