config
:
type ConfigMap struct {
Hosts string
AccessTokenPath string
RefreshAPIPath string
CookieDomain string
CookieSecure *bool
CookieSameSite string
APIKey string
}
- These will override the ones specified in the
config.yaml
file:
Hosts: string
- ;
separated string for all the locations of SuperTokens instances.
AccessTokenPath: string
- See access_token_path
in the config.yaml file
RefreshAPIPath: string
- See refresh_api_path
in the config.yaml file
CookieDomain: string
- See cookie_domain
in the config.yaml file
CookieSecure: *bool
- See cookie_secure
in the config.yaml file
CookieSameSite: string
- See cookie_same_site
in the config.yaml file
APIKey
- Specify any one of the API keys that you have set in the config.yaml