Options
All
  • Public
  • Public/Protected
  • All
Menu

Configuration of the authentication server, with login, renew and logout endpoints.

Only login endpoint declaration is strictly required.

If no renewEndpoint is declared, credentials will be stored in TokenStorage to support Renewal. If renewEndpoint is declared, refresh token will be stored in TokenStorage.

Hierarchy

  • ServerConfiguration

Index

Properties

loginEndpoint

loginEndpoint: ServerEndpoint

Endpoint for authentication with Credentials.

Optional logoutEndpoint

logoutEndpoint: ServerEndpoint

Endpoint to terminate session.

Optional renewEndpoint

renewEndpoint: ServerEndpoint

Endpoint for authentication with Refresh Token.

Legend

  • Function
  • Function with type parameter
  • Type alias
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter

Generated using TypeDoc