Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Auth

Index

Type aliases

KeyLabels

KeyLabels: { customer: string; studio: string; token: string; user: string }

Storage key strings to store authentication details

Type declaration

  • customer: string
  • studio: string
  • token: string
  • user: string

LoginResponse

LoginResponse: { customer: object; studio: object; token: string; user: User }

Server login response

Type declaration

  • customer: object
  • studio: object
  • token: string
  • user: User

ServerEndpoints

ServerEndpoints: { login: string; logout: string }

Server endpoints for login and logout requests

Type declaration

  • login: string
  • logout: string

User

User: { roles: string[] }

User

Type declaration

  • roles: string[]

Generated using TypeDoc