AuthService.listPublicServiceKeys()
Home > @backstage/backend-plugin-api
> AuthService
> listPublicServiceKeys
Retrieve the public keys that have been used to sign tokens that were issued by this service. This list is periodically pruned from keys that are significantly past their expiry.
Signature:
listPublicServiceKeys(): Promise<{
keys: JsonObject[];
}>;
Returns:
Promise<{ keys: JsonObject[]; }>