Experimental
An identity client to interact with auth-backend and authenticate Backstage tokens
This is not a stable API yet
Please migrate to the DefaultIdentityClient.
Verifies the given backstage identity token Returns a BackstageIdentity (user) matching the token. The method throws an error if verification fails.
You should start to use IdentityApi#getIdentity instead of authenticate to retrieve the user identity.
Static
An identity client to interact with auth-backend and authenticate Backstage tokens
This is not a stable API yet
Deprecated
Please migrate to the DefaultIdentityClient.