Skip to main content

@accounts/server

Index

References

default

Renames and re-exports AccountsServer

Variables

constAccountsCoreConfigToken

AccountsCoreConfigToken: InjectionToken<AccountsServerOptions<User>> = ...

constAuthenticationServicesToken

AuthenticationServicesToken: InjectionToken<AuthenticationServices<User>> = ...

constDatabaseInterfaceSessionsToken

DatabaseInterfaceSessionsToken: InjectionToken<DatabaseInterfaceSessions> = ...

constDatabaseInterfaceUserToken

DatabaseInterfaceUserToken: InjectionToken<DatabaseInterfaceUser> = ...

constServerHooks

ServerHooks: { AuthenticateError: string; AuthenticateSuccess: string; ChangePasswordSuccess: string; CreateUserError: string; CreateUserSuccess: string; ImpersonationError: string; ImpersonationSuccess: string; LoginError: string; LoginSuccess: string; LogoutError: string; LogoutSuccess: string; RefreshTokensError: string; RefreshTokensSuccess: string; ResetPasswordSuccess: string; ResumeSessionError: string; ResumeSessionSuccess: string; ValidateLogin: string } = ...

Type declaration

  • AuthenticateError: string
  • AuthenticateSuccess: string
  • ChangePasswordSuccess: string
  • CreateUserError: string
  • CreateUserSuccess: string
  • ImpersonationError: string
  • ImpersonationSuccess: string
  • LoginError: string
  • LoginSuccess: string
  • LogoutError: string
  • LogoutSuccess: string
  • RefreshTokensError: string
  • RefreshTokensSuccess: string
  • ResetPasswordSuccess: string
  • ResumeSessionError: string
  • ResumeSessionSuccess: string
  • ValidateLogin: string