manifest

package
v1.6.13-herb-blazor-de... Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2024 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 IDP

type IDP struct {
	Slug string `json:"slug"`
}

type LandingPage

type LandingPage struct {
	Page Page `json:"page"`
}

type Manifest

type Manifest struct {
	SocialIdps      []IDP        `json:"social_idps"`
	PasskeyEnabled  bool         `json:"passkey_enabled"`
	LandingPage     *LandingPage `json:"landing_page"`
	DevelopmentMode bool         `json:"development_mode"`
}

type Page

type Page string
const (
	Login         Page = "Login"
	VerifyCode    Page = "VerifyCode"
	CreateAccount Page = "CreateAccount"
)

Jump to

Keyboard shortcuts

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