Versions in this module Expand all Collapse all v0 v0.2.1 Jul 1, 2026 v0.1.0 Jun 29, 2026 Changes in this version + type Account struct + AccessToken *string + CreatedAt time.Time + Current bool + DeletedAt gorm.DeletedAt + Email string + ExpiresAt *time.Time + ID uuid.UUID + IDToken *string + Name string + Provider string + RefreshToken *string + Scope *string + SessionState string + TokenType *string + Type AccountType + UpdatedAt time.Time + type AccountType string + const AccountTypeEmail + const AccountTypeOAuth2 + const AccountTypeOIDC + const AccountTypeSAML + const AccountTypeWebAuthn + type AuthProviderType string + const AuthProviderTypeEmail + const AuthProviderTypeOAuth2 + const AuthProviderTypeOIDC + const AuthProviderTypeSAML + const AuthProviderTypeUnknown + const AuthProviderTypeWebAuthn + type DeviceAuth struct + DeviceCode string + ExpiresIn time.Time + Interval int64 + UserCode string + VerificationURI string + VerificationURIComplete string + type Site struct + ID string + Name string