scorpion ~master (2019-01-11T16:34:34Z)
Home
Dub
Repo
Auth
scorpion
session
Undocumented in source.
struct
Auth {
this
(string[] roles);
string
[]
roles
;
bool
test
(Context context);
}
Constructors
this
this
(string[] roles)
Undocumented in source.
Members
Functions
test
bool
test
(Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
roles
string
[]
roles
;
Undocumented in source.
Meta
Source
See Implementation
scorpion
session
classes
Session
SessionManager
interfaces
Authentication
structs
Auth
AuthRedirect