Options
All
  • Public
  • Public/Protected
  • All
Menu
     

Interface CLProcs

A specific handlers that need to be defined in Auth.Methods.

Hierarchy

  • CLProcs

Index

Properties

Properties

Optional Decrypt

Decrypt: boolean

If this AuthPoint uses a Basic Authorization header, set to true.

Error

Error: "REQUEST" | "HELP" | "RESTORED" | "ENDED" | "EXPIRED" | "LOADED" | "UPDATED" | "PROFILE" | "ADDED" | "VALID" | "BAD_REQ" | "ERROR" | "INVALID" | "TOKEN" | "LOGIN" | "EXISTS" | "NO_GET" | "NO_POST" | "NO_PUT" | "NO_DELETE" | "RATELIMIT" | function

The handler for any errors that may occur while processing this AuthPoint.

NoData

NoData: "REQUEST" | "HELP" | "RESTORED" | "ENDED" | "EXPIRED" | "LOADED" | "UPDATED" | "PROFILE" | "ADDED" | "VALID" | "BAD_REQ" | "ERROR" | "INVALID" | "TOKEN" | "LOGIN" | "EXISTS" | "NO_GET" | "NO_POST" | "NO_PUT" | "NO_DELETE" | "RATELIMIT" | function

The handler called when no session-data is found when processing this AuthPoint.

Main

Main: CBProc

The main handler for processing this AuthPoint.