api report updates for service token improvements
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -55,6 +55,10 @@ export interface AuthService {
|
||||
credentials: BackstageCredentials,
|
||||
type: TType,
|
||||
): credentials is BackstageCredentials<BackstagePrincipalTypes[TType]>;
|
||||
// (undocumented)
|
||||
listPublicServiceKeys(): Promise<{
|
||||
keys: JsonObject[];
|
||||
}>;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
|
||||
@@ -648,8 +648,8 @@ export const tokenTypes: Readonly<{
|
||||
limitedUser: Readonly<{
|
||||
typParam: 'vnd.backstage.limited-user';
|
||||
}>;
|
||||
service: Readonly<{
|
||||
typParam: 'vnd.backstage.service';
|
||||
plugin: Readonly<{
|
||||
typParam: 'vnd.backstage.plugin';
|
||||
}>;
|
||||
}>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user