auth-backend: avoid marking TokenIssuer as internal

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-06-20 15:25:33 +02:00
parent 3faed18fd3
commit 66c79ff359
@@ -39,8 +39,6 @@ export type TokenParams = {
/**
* A TokenIssuer is able to issue verifiable ID Tokens on demand.
*
* @internal
*/
export type TokenIssuer = {
/**