vibe-d v0.9.4 (2021-09-30T12:24:53Z)
Home
Dub
Repo
isAuthenticated
index
vibe
web
auth
Undocumented in source.
package
template
isAuthenticated (
C
alias
fun
) {
package
static if
(
is(AuthInfo!C == void)
)
enum
isAuthenticated
;
package
static if
(!(
is(AuthInfo!C == void)
))
enum
isAuthenticated
;
}
Members
Manifest constants
isAuthenticated
enum
isAuthenticated
;
Undocumented in source.
isAuthenticated
enum
isAuthenticated
;
Undocumented in source.
Meta
Source
See Implementation
index
vibe
web
auth
functions
auth
handleAuthentication
handleAuthorization
properties
anyAuth
noAuth
requiresAuth
structs
AuthAttribute
NoAuthAttribute
RequiresAuthAttribute
Role
templates
AuthInfo
isAuthenticated