api report updates for service token improvements

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-04-05 16:28:56 +02:00
parent a5f71d00ff
commit 318c0b760a
2 changed files with 6 additions and 2 deletions
@@ -55,6 +55,10 @@ export interface AuthService {
credentials: BackstageCredentials,
type: TType,
): credentials is BackstageCredentials<BackstagePrincipalTypes[TType]>;
// (undocumented)
listPublicServiceKeys(): Promise<{
keys: JsonObject[];
}>;
}
// @public (undocumented)