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