@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user