Classes
Methods
(static) BasicAuthHandler.create(authProvider, realm) → {AuthHandler}
Create a basic auth handler, specifying realm
Parameters:
Name | Type | Description |
---|---|---|
authProvider |
AuthProvider | the auth service to use |
realm |
string | the realm to use |
Returns:
the auth handler
- Type
- AuthHandler