Documentation ¶
Overview ¶
Package secrets contains components for accessing/modifying client secrets
Index ¶
Constants ¶
View Source
const ( UserEmailKey = "email" UserPasswordKey = "password" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
Repository contains operations for managing client credentials
func NewRepository ¶
func NewRepository(secretsManager Manager) Repository
NewRepository creates a new secrets repository
Click to show internal directories.
Click to hide internal directories.