Variable AuthenticationSchemeConst

AuthenticationScheme: {
    BEARER: "Bearer";
    POP: "pop";
    SSH: "ssh-cert";
}

Type of the authentication request

Type declaration

  • Readonly BEARER: "Bearer"
  • Readonly POP: "pop"
  • Readonly SSH: "ssh-cert"

Generated using TypeDoc