Skip to main content
Version: Next

mockCredentials.user.token()

Home > @backstage/backend-test-utils > mockCredentials > user > token

Creates a mocked user token. If a payload is provided it will be encoded into the token and forwarded to the credentials object when authenticated by the mock auth service.

Signature:

function token(userEntityRef?: string): string;

Parameters

Parameter

Type

Description

userEntityRef

string

(Optional)

**Returns:**

string