mockCredentials.limitedUser.cookie()
Home > @backstage/backend-test-utils
> mockCredentials
> limitedUser
> cookie
Returns an authorization header with a mocked limited 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 cookie(userEntityRef?: string): string;
Parameters
Parameter |
Type |
Description |
---|---|---|
userEntityRef |
string |
(Optional) |
string