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 |
---|---|---|---|
string |
Unique identifier of the authenticated user. | ||
any |
(Optional) Backend-specific user metadata. |