package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Aug 8, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package credentials stores the current Runeward client login separately
from server-side authz configuration.
View Source
const EnvFile = "RUNEWARD_CREDENTIALS_FILE"
type Login struct {
Token string `json:"token"`
Issuer string `json:"issuer,omitempty"`
ClientID string `json:"client_id,omitempty"`
Audience string `json:"audience,omitempty"`
ExpiresAt time.Time `json:"expires_at,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.