openid

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2021 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 Configuration

type Configuration struct {
	RegistrationEndpoint              *string   `json:"registration_endpoint"`
	TokenEndpoint                     string    `json:"token_endpoint"`
	RequestObjectSignAlgSupported     []string  `json:"request_object_signing_alg_values_supported"`
	TokenEndpointAuthMethodsSupported []string  `json:"token_endpoint_auth_methods_supported"`
	TokenEndpointSigningAlgSupported  *[]string `json:"token_endpoint_auth_signing_alg_values_supported"`
	ResponseTypesSupported            *[]string `json:"response_types_supported"`
}

func Get

func Get(url string, client *http.Client) (Configuration, error)

func (Configuration) RegistrationEndpointAsString

func (c Configuration) RegistrationEndpointAsString() string

Jump to

Keyboard shortcuts

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