FixedLoginAndPasswordAuthProvider
Home > @gooddata/sdk-backend-bear > FixedLoginAndPasswordAuthProvider
FixedLoginAndPasswordAuthProvider class
This implementation of authentication provider does login with fixed username and password.
Signature:
export declare class FixedLoginAndPasswordAuthProvider extends BearAuthProviderBase implements IAuthenticationProvider
Extends: BearAuthProviderBase
Implements: IAuthenticationProvider
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(username, password) | Constructs a new instance of the FixedLoginAndPasswordAuthProvider class |
Methods
| Method | Modifiers | Description |
|---|---|---|
| authenticate(context) |