common

package
v0.59.2 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2025 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoginFlag

type LoginFlag uint8

LoginFlag introduces additional login flags to the PKCE authorization request

const (
	// LoginFlagPrompt adds prompt=login to the authorization request
	LoginFlagPrompt LoginFlag = iota
	// LoginFlagMaxAge0 adds max_age=0 to the authorization request
	LoginFlagMaxAge0
)

func (LoginFlag) IsMaxAge0Login

func (l LoginFlag) IsMaxAge0Login() bool

func (LoginFlag) IsPromptLogin

func (l LoginFlag) IsPromptLogin() bool

Jump to

Keyboard shortcuts

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