-
$privateKey = $setup->privateKey(); ?>
Private Key (= htmlReady($privateKey->filename()) ?>)
= $this->render_partial('admin/oauth2/_setup_key.php', ['key' => $privateKey]) ?>
-
$publicKey = $setup->publicKey(); ?>
Public Key (= htmlReady($publicKey->filename()) ?>)
= $this->render_partial('admin/oauth2/_setup_key.php', ['key' => $publicKey]) ?>
-
$encryptionKey = $setup->encryptionKey(); ?>
Encryption Key (= htmlReady($encryptionKey->filename()) ?>)
= $this->render_partial('admin/oauth2/_setup_key.php', ['key' => $encryptionKey]) ?>