types

package
v2.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetMeResponse

type GetMeResponse struct {
	User    *models.User    `json:"user"`
	Session *models.Session `json:"session"`
}

type GetMeResult

type GetMeResult struct {
	User    *models.User
	Session *models.Session
}

type HealthCheckResult

type HealthCheckResult struct {
	Status    string    `json:"status"`
	Timestamp time.Time `json:"timestamp"`
}

type SignOutRequest

type SignOutRequest struct {
	SessionID  *string `json:"session_id,omitempty"`
	SignOutAll bool    `json:"sign_out_all,omitempty"`
}

type SignOutResponse

type SignOutResponse struct {
	Message string `json:"message"`
}

type SignOutResult

type SignOutResult struct {
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

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