Security
Extends:
deep-kernel~Kernel.ContainerAware → Security
Deep Security implementation
Constructor Summary
Public Constructor | ||
public |
constructor(identityPoolId: String, identityProviders: Object) Defines all class private properties
|
Member Summary
Public Members | ||
public get |
identityPoolId: Object: * |
|
public get |
|
|
public get |
|
Method Summary
Public Methods | ||
public |
anonymousLogin(callback: Function): Token |
|
public |
Booting a certain service
|
|
public |
|
|
public |
warmupBackendLogin(lambdaContext: Object): Token |
Public Constructors
Public Members
Public Methods
public anonymousLogin(callback: Function): Token source
Params:
Name | Type | Attribute | Description |
callback | Function |
public boot(kernel: Kernel, callback: Function) source
Booting a certain service
Params:
Name | Type | Attribute | Description |
kernel | Kernel | ||
callback | Function |