Schema for session authentication information.

interface SessionAuthentication {
    authenticated?: string;
    authentication_db?: string;
    authentication_handlers: string[];
}

Properties

authenticated?: string

authenticated.

authentication_db?: string

authentication_db.

authentication_handlers: string[]

authentication_handlers.

Generated using TypeDoc