BasicGuard

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(UserService userService, string name)
Undocumented in source.

Members

Functions

getToken
AuthenticationToken getToken(Request request)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Guard

name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
userService
UserService userService()
Undocumented in source. Be warned that the author may not have intended to support it.
tokenExpiration
Guard tokenExpiration(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
tokenExpiration
int tokenExpiration()
Undocumented in source. Be warned that the author may not have intended to support it.
tokenCookieName
Guard tokenCookieName(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
tokenCookieName
string tokenCookieName()
Undocumented in source. Be warned that the author may not have intended to support it.
authScheme
AuthenticationScheme authScheme()
Undocumented in source. Be warned that the author may not have intended to support it.
authScheme
Guard authScheme(AuthenticationScheme value)
Undocumented in source. Be warned that the author may not have intended to support it.
addRealms
Guard addRealms(AuthRealm realm)
Undocumented in source. Be warned that the author may not have intended to support it.
getToken
AuthenticationToken getToken(Request request)
Undocumented in source.
boot
void boot()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta