Versions in this module Expand all Collapse all v1 v1.5.0 Mar 31, 2026 Changes in this version + type ClientInfo struct + RedirectURIs []string + Secret string + type Config struct + IssuerPath string + MetadataEndpointConfig *MetadataEndpointConfig + RegistrationConfig *RegistrationConfig + type FakeAuthorizationServer struct + Mux *http.ServeMux + func NewFakeAuthorizationServer(config Config) *FakeAuthorizationServer + func (s *FakeAuthorizationServer) Start(t testing.TB) + func (s *FakeAuthorizationServer) URL() string + type MetadataEndpointConfig struct + ServeOAuthInsertedEndpoint bool + ServeOpenIDAppendedEndpoint bool + ServeOpenIDInsertedEndpoint bool + type RegistrationConfig struct + ClientIDMetadataDocumentSupported bool + DynamicClientRegistrationEnabled bool + PreregisteredClients map[string]ClientInfo v1.5.0-pre.1 Mar 31, 2026