Discover Packages
github.com/viant/agently
genai
oauth2
package
Version:
v0.2.21
Opens a new window with list of versions in this module.
Published: Nov 14, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Config represents an OAuth2 client-credentials entry that can be stored in
the workspace under workspace/oauth/<id>.yaml. The ClientSecret is stored
encrypted – only its locator is persisted in YAML.
type Endpoint struct {
AuthURL string `yaml:"authURL" json:"authURL"`
TokenURL string `yaml:"tokenURL" json:"tokenURL"`
}
Endpoint matches oauth2.Endpoint but with YAML/JSON tags for workspace files.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.