IdentityApi
Home > @backstage/plugin-auth-node
> IdentityApi
An identity client api to authenticate Backstage tokens
This is not a stable API yet
Signature:
export interface IdentityApi
Methods
Method |
Description |
---|---|
Verifies the given backstage identity token Returns a BackstageIdentity (user) matching the token. The method throws an error if verification fails. |