// // auth.go // Copyright (C) 2022 tiglog // // Distributed under terms of the MIT license. // package gconfig type AuthConfig struct { TokenTtl int `yaml:"token_ttl"` RefreshTtl int `yaml:"refresh_ttl"` }