@@ -30,12 +30,9 @@ export function getBearerTokenFromAuthorizationHeader(
|
||||
// @public
|
||||
export class IdentityClient {
|
||||
authenticate(token: string | undefined): Promise<BackstageIdentityResponse>;
|
||||
static create(
|
||||
options: {
|
||||
discovery: PluginEndpointDiscovery;
|
||||
issuer: string;
|
||||
},
|
||||
cooldownMs?: number,
|
||||
): IdentityClient;
|
||||
static create(options: {
|
||||
discovery: PluginEndpointDiscovery;
|
||||
issuer: string;
|
||||
}): IdentityClient;
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user