google

package
v0.0.0-...-09efcc3 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: Apache-2.0 Imports: 6 Imported by: 3

Documentation

Index

Constants

Variables

View Source
var Schema = validation.NewSimpleSchema(`
{
	"type": "object",
	"properties": {
		"type": { "type": "string" },
		"client_id": { "type": "string", "minLength": 1 },
		"claims": {
			"type": "object",
			"additionalProperties": false,
			"properties": {
				"email": {
					"type": "object",
					"additionalProperties": false,
					"properties": {
						"assume_verified": { "type": "boolean" },
						"required": { "type": "boolean" }
					}
				}
			}
		}
	},
	"required": ["type", "client_id"]
}
`)

Functions

This section is empty.

Types

type Google

type Google struct{}

func (Google) GetJSONSchema

func (Google) GetJSONSchema() map[string]interface{}

func (Google) SetDefaults

func (Google) SetDefaults(cfg oauthrelyingparty.ProviderConfig)

Jump to

Keyboard shortcuts

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