grandTypeEnums

package
v0.0.0-...-7538a8c Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GrandType

type GrandType string
const (
	IMPLICIT           GrandType = `implicit`
	AUTHORIZATION_CODE GrandType = `authorization_code`
	CLIENT_CREDENTIAL  GrandType = `client_credentials`
	PASSWORD           GrandType = `password`
	REFRESH_TOKEN      GrandType = `refresh_token`
)

func FromString

func FromString(str string) GrandType

func (*GrandType) String

func (s *GrandType) String() string

func (*GrandType) UnmarshalJSON

func (s *GrandType) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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