info

package
v0.24.2 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2022 License: Apache-2.0, BSD-3-Clause, MIT Imports: 3 Imported by: 1

Documentation

Overview

Package info contains logic for the Service Manager info API

Index

Constants

View Source
const URL = web.InfoURL

URL is the path of the info endpoint

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller struct {
	TokenIssuer string `json:"token_issuer_url"`

	// TokenBasicAuth specifies if client credentials should be sent in the header
	// as basic auth (true) or in the body (false)
	TokenBasicAuth               bool   `json:"token_basic_auth"`
	ServiceManagerTenantId       string `json:"service_manager_tenant_id"`
	ContextRSAPublicKey          string `json:"context_rsa_public_key,omitempty"`
	ContextSuccessorRSAPublicKey string `json:"context_successor_rsa_public_key,omitempty"`
}

Controller info controller

func (*Controller) Routes

func (c *Controller) Routes() []web.Route

Routes returns a slice of the routs that handle info operations

Jump to

Keyboard shortcuts

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