models

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthorizationCode

type AuthorizationCode struct {
	Code                string
	CodeChallenge       string
	CodeChallengeMethod string
	UserID              string
	ExpiresAt           int64
}

AuthorizationCode represents a stored authorization code

type UserInfo

type UserInfo struct {
	ID       string
	Email    string
	Name     string
	Picture  string
	Metadata map[string]interface{}
}

UserInfo represents authenticated user information from any provider

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL