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