api-report

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
Tim Hansen
2021-07-30 15:29:37 -06:00
parent c4d8ff9638
commit 71e3288397
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -196,6 +196,7 @@ export type AuthRequestOptions = {
export type BackstageIdentity = {
id: string;
idToken: string;
token: string;
};
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@IdentityApi" is not defined in this configuration
@@ -151,8 +151,7 @@ export type BackstageIdentity = {
id: string;
/**
* This is deprecated, use `token` instead.
* @deprecated
* @deprecated This is deprecated, use `token` instead.
*/
idToken: string;