IdentityApiGetIdentityRequest
Home > @backstage/plugin-auth-node
> IdentityApiGetIdentityRequest
Options to request the identity from a Backstage backend request
Signature:
export type IdentityApiGetIdentityRequest = {
request: Request<unknown>;
};