fixed api reports

Signed-off-by: Manuel Scurti <manuel.scurti@agilelab.it>
This commit is contained in:
Manuel Scurti
2022-05-18 18:14:03 +02:00
parent 9079a78078
commit 46eb655650
3 changed files with 15 additions and 4 deletions
+6
View File
@@ -29,6 +29,12 @@ import { BackstageIdentityResponse } from './types';
const CLOCK_MARGIN_S = 10;
/**
* An identity client options object which allows extra configurations
*
* @experimental This is not a stable API yet
* @public
*/
export type IdentityClientOptions = {
discovery: PluginEndpointDiscovery;
issuer: string;
+1
View File
@@ -22,6 +22,7 @@
export { getBearerTokenFromAuthorizationHeader } from './getBearerTokenFromAuthorizationHeader';
export { IdentityClient } from './IdentityClient';
export type { IdentityClientOptions } from './IdentityClient';
export type {
BackstageIdentityResponse,
BackstageSignInResult,