Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Authenticator

Hierarchy

  • Authenticator

Index

Methods

authenticate

  • authenticate(login: string, password: string): Promise<string>
  • Parameters

    • login: string
    • password: string

    Returns Promise<string>

    The Promise object which once fullfilled will contain the value that should be placed into the Password header for the logon attempt will be passed.

completed

  • completed(login: string, password: string, reason: string): void
  • Parameters

    • login: string
    • password: string
    • reason: string

    Returns void

retry

  • retry(login: string, password: string): Promise<string>
  • Parameters

    • login: string
    • password: string

    Returns Promise<string>

    The Promise object which once fullfilled will contain the value that should be placed into the Password header for the next logon attempt will be passed.