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