for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2024 Christoph Wurst <[email protected]>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\TwoFactorGateway\Provider\Channel\Telegram;
use OCA\TwoFactorGateway\Provider\AProvider;
class Provider extends AProvider {
#[\Override]
public function getDisplayName(): string {
return $this->l10n->t('Telegram verification');
}
public function getDescription(): string {
return $this->l10n->t('Authenticate via Telegram');