diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
setTokenSetter
diamond
authentication
auth
Sets the token setter.
void
setTokenSetter
(string function(HttpClient) setter)
void
setTokenSetter
(string delegate(HttpClient) setter)
static if
(
isWeb
)
void
setTokenSetter
(
string
delegate
(
HttpClient
)
setter
)
Parameters
setter
string
delegate
(
HttpClient
)
The setter.
Meta
Source
See Implementation
diamond
authentication
auth
functions
getAuthCookie
hasAuthCookie
initializeAuth
login
logout
setTokenInvalidator
setTokenSetter
setTokenValidator
validateAuthentication
Sets the token setter.