Nymph.js 1.0.0-beta.113
Preparing search index...
@nymphjs/nymph
TilmeldInterface
Interface TilmeldInterface
interface
TilmeldInterface
{
nymph
:
Nymph
;
request
:
any
;
response
:
any
;
authenticate
(
skipXsrfToken
?:
boolean
,
skipRenew
?:
boolean
,
)
:
Promise
<
boolean
>
;
checkClientUIDPermissions
(
name
:
string
,
type
?:
TilmeldAccessLevels
,
)
:
Promise
<
boolean
>
;
clearSession
()
:
void
;
clone
()
:
TilmeldInterface
;
extractToken
(
token
:
string
)
:
Promise
<
any
>
;
fillSession
(
user
:
any
)
:
Promise
<
void
>
;
gatekeeper
(
ability
?:
string
)
:
boolean
;
init
(
nymph
:
Nymph
)
:
void
;
}
Implemented by
Tilmeld
Index
Properties
nymph
request
response
Methods
authenticate
check
Client
UID
Permissions
clear
Session
clone
extract
Token
fill
Session
gatekeeper
init
Properties
nymph
nymph
:
Nymph
request
request
:
any
response
response
:
any
Methods
authenticate
authenticate
(
skipXsrfToken
?:
boolean
,
skipRenew
?:
boolean
)
:
Promise
<
boolean
>
Parameters
Optional
skipXsrfToken
:
boolean
Optional
skipRenew
:
boolean
Returns
Promise
<
boolean
>
check
Client
UID
Permissions
checkClientUIDPermissions
(
name
:
string
,
type
?:
TilmeldAccessLevels
,
)
:
Promise
<
boolean
>
Parameters
name
:
string
Optional
type
:
TilmeldAccessLevels
Returns
Promise
<
boolean
>
clear
Session
clearSession
()
:
void
Returns
void
clone
clone
()
:
TilmeldInterface
Returns
TilmeldInterface
extract
Token
extractToken
(
token
:
string
)
:
Promise
<
any
>
Parameters
token
:
string
Returns
Promise
<
any
>
fill
Session
fillSession
(
user
:
any
)
:
Promise
<
void
>
Parameters
user
:
any
Returns
Promise
<
void
>
gatekeeper
gatekeeper
(
ability
?:
string
)
:
boolean
Parameters
Optional
ability
:
string
Returns
boolean
init
init
(
nymph
:
Nymph
)
:
void
Parameters
nymph
:
Nymph
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
nymph
request
response
Methods
authenticate
check
Client
UID
Permissions
clear
Session
clone
extract
Token
fill
Session
gatekeeper
init
Nymph.js 1.0.0-beta.113
Loading...