Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewPrivyClient ¶
type PrivyAuthenticator ¶
type PrivyAuthenticator struct {
// contains filtered or unexported fields
}
func NewAuthenticator ¶
func NewAuthenticator(userRepo *postgres.UserRepository, queries *coredb.Queries, privyClient *Client, privyAuthToken string) PrivyAuthenticator
func (PrivyAuthenticator) Authenticate ¶
func (a PrivyAuthenticator) Authenticate(ctx context.Context) (*auth.AuthResult, error)
func (PrivyAuthenticator) GetDescription ¶
func (a PrivyAuthenticator) GetDescription() string
Click to show internal directories.
Click to hide internal directories.