schema

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2024 License: JSON Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Oauth2Schema

type Oauth2Schema struct {
	AuthorizationUri string   `cloud:".*auth.*,regex"`
	UserInfoUri      string   `cloud:".*info.*,regex"`
	TokenUri         string   `cloud:".*token.*,regex"`
	ClientId         string   `cloud:".*id.*,regex"`
	ClientSecret     string   `cloud:".*secret.*,regex"`
	GrantTypes       []string `cloud:".*grant.*,regex"`
	Scopes           []string `cloud:".*scope.*,regex"`
}

Jump to

Keyboard shortcuts

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