vibe-auth ~master (2021-04-03T14:11:14Z)
Dub
Repo
ServiceConfiguration
vibeauth
configuration
Structure used to define a service
struct
ServiceConfiguration {
string
name
;
ulong
loginTimeoutSeconds
;
}
Members
Variables
loginTimeoutSeconds
ulong
loginTimeoutSeconds
;
Login cookie expiration time
name
string
name
;
The service name
Meta
Source
See Implementation
vibeauth
configuration
structs
ServiceConfiguration
Structure used to define a service