auth: simplify types and reintroduce deprecated BackstageIdentity
Co-authored-by: Fredrik Adelöw <freben@gmail.com> Co-authored-by: blam <ben@blam.sh> Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -237,7 +237,7 @@ export type AuthRequestOptions = {
|
||||
instantPopup?: boolean;
|
||||
};
|
||||
|
||||
// @public @deprecated (undocumented)
|
||||
// @public @deprecated
|
||||
export type BackstageIdentity = BackstageIdentityResponse;
|
||||
|
||||
// @public
|
||||
|
||||
@@ -212,6 +212,8 @@ export type BackstageIdentityResponse = {
|
||||
};
|
||||
|
||||
/**
|
||||
* The old exported symbol for {@link BackstageIdentityResponse}.
|
||||
*
|
||||
* @public
|
||||
* @deprecated use {@link BackstageIdentityResponse} instead.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user