IAuthenticationContext
Home > @gooddata/sdk-backend-spi > IAuthenticationContext
IAuthenticationContext interface
Describes context in which the authentication is done.
Signature:
export interface IAuthenticationContext
Remarks
To cater for custom authentication schemes. the API client of the underlying backend IS exposed anonymously to the provider - the provider SHOULD use the provided API client to exercise any backend-specific authentication mechanisms.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
backend | IAnalyticalBackend | An instance of analytical backend which triggered the authentication. | |
client | any | API client used to communicate with the backend. |