authentication providing service
npm install @kronos-integration/service-authenticator








authentication providing service
* JWTResponse
* Properties
* ServiceAuthenticator
* changePasswordEndpoints
* authEndpoints
* accessTokenGenerator
* Parameters
* name
Type: Object
* access_token string
* refresh_token string
* token_type string always "Bearer"
* expires_in number seconds the access token is valid
Extends Service
Endpoints used to send password change requests to.
Endpoints used to send authentication requests to.
Generate a request handler to deliver JWT access tokens.
#### Parameters
* credentials Object
* credentials.username string
* credentials.password string
Returns JWTResponse jwt
Returns string 'authenticator'