Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
BaseURL string
// contains filtered or unexported fields
}
func NewAPI ¶
func NewAPI(baseURL, supportEmail string, oidcWebAuthnSequencingEnabled, identifierFirstEnabled bool, flags []string, service ServiceInterface, tracer tracing.TracingInterface, monitor monitoring.MonitorInterface, logger logging.LoggerInterface) *API
func (*API) RegisterEndpoints ¶
type DeploymentInfo ¶ added in v0.21.0
type Service ¶ added in v0.8.0
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶ added in v0.8.0
func NewService(kratos kClient.MetadataAPI, hydra hClient.MetadataAPI, tracer tracing.TracingInterface, monitor monitoring.MonitorInterface, logger logging.LoggerInterface) *Service
func (*Service) HydraStatus ¶ added in v0.10.0
type ServiceInterface ¶ added in v0.8.0
Click to show internal directories.
Click to hide internal directories.