IAuthenticatedPrincipal
Home > @gooddata/sdk-backend-spi > IAuthenticatedPrincipal
IAuthenticatedPrincipal interface
Describes user, which is currently authenticated to the backend.
Signature:
export interface IAuthenticatedPrincipal
Properties
Property | Type | Description |
---|---|---|
userId | string | Unique identifier of the authenticated user. |
userMeta? | any | (Optional) Backend-specific user metadata. |