valueobject

package
v0.0.0-...-e9625fd Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrClientIDEmpty     = errors.New("client id is empty")
	ErrResponseTypeEmpty = errors.New("response type is empty")
)

Functions

This section is empty.

Types

type AuthQuery

type AuthQuery struct {
	ClientID     string
	ResponseType string
	RedirectURI  string
}

func NewAuthQuery

func NewAuthQuery(cID, responseType, redirectURI string) (AuthQuery, error)

Jump to

Keyboard shortcuts

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