Skip to main content

Module auth

Module auth 

Source
Expand description

Authentication profiles and credential management.

Manages OAuth tokens, API keys, and session credentials for channels and providers.

Structs§

AuthCredentialStore
Credential store for authentication data.
AuthProfile
Authentication profile for a channel or provider.
OAuthToken
OAuth token data.

Enums§

AuthError
Authentication errors.
ProfileType
Type of authentication profile.

Functions§

refresh_oauth_token
Refresh an OAuth token using the refresh token.