config

package
v0.0.0-...-88ec526 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Register

type Register struct {
	Endpoint                 string   `yaml:"endpoint"`
	GrantTypes               []string `yaml:"grantTypes"`
	RedirectUris             []string `yaml:"redirectUris"`
	ApplicationType          string   `yaml:"applicationType"`
	Iss                      string   `yaml:"iss"`
	TokenEndpointAuthMethod  string   `yaml:"tokenEndpointAuthMethod"`
	TlsClientAuthSubjectDn   string   `yaml:"tlsClientAuthSubjectDn"`
	SoftwareId               string   `yaml:"softwareId"`
	Aud                      string   `yaml:"aud"`
	Scope                    string   `yaml:"scope"`
	IdTokenSignedResponseAlg string   `yaml:"idTokenSignedResponseAlg"`
	RequestObjectSigningAlg  string   `yaml:"requestObjectSigningAlg"`
}

func LoadConfig

func LoadConfig(aspspId string) (*Register, error)

Jump to

Keyboard shortcuts

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