Skip to main content

IdentityClient

Home > @backstage/plugin-auth-node > IdentityClient

Warning: This API is now obsolete.

Please migrate to the DefaultIdentityClient.

An identity client to interact with auth-backend and authenticate Backstage tokens

This is not a stable API yet

Signature:

class IdentityClient 

Methods

Method

Modifiers

Description

authenticate(token)

Verifies the given backstage identity token Returns a BackstageIdentity (user) matching the token. The method throws an error if verification fails.

create(options)

static