BearAuthProviderBase
Home > @gooddata/sdk-backend-bear > BearAuthProviderBase
BearAuthProviderBase class
Base for other IAuthenticationProvider implementations.
Signature:
export declare abstract class BearAuthProviderBase implements IAuthenticationProvider 
Implements: IAuthenticationProvider
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| principal | IAuthenticatedPrincipal | undefined | 
Methods
| Method | Modifiers | Description | 
|---|---|---|
| authenticate(context) | ||
| deauthenticate(context) | ||
| getCurrentPrincipal(context) | ||
| obtainCurrentPrincipal(context) |