entity

package
v0.0.0-...-2f4d8a3 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthResponse

type AuthResponse struct {
	AccessToken  string `json:"accessToken"`
	RefreshToken string `json:"refreshToken"`
}

type GoogleAuthParameter

type GoogleAuthParameter struct {
	OrganizationName string `json:"organizationName"`
	Code             string `json:"code"`
}

type GuestAuthParameter

type GuestAuthParameter struct {
	OrganizationName string `json:"organizationName"`
}

type RefreshTokenParameter

type RefreshTokenParameter struct {
	RefreshToken string `json:"refreshToken"`
}

Jump to

Keyboard shortcuts

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