pkg

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MytokenConfiguration

type MytokenConfiguration struct {
	api.MytokenConfiguration               `json:",inline"`
	TokenInfoEndpointActionsSupported      []model.TokeninfoAction `json:"tokeninfo_endpoint_actions_supported,omitempty"`
	AccessTokenEndpointGrantTypesSupported []model.GrantType       `json:"access_token_endpoint_grant_types_supported"`
	MytokenEndpointGrantTypesSupported     []model.GrantType       `json:"mytoken_endpoint_grant_types_supported"`
	MytokenEndpointOIDCFlowsSupported      []model.OIDCFlow        `json:"mytoken_endpoint_oidc_flows_supported"`
	ResponseTypesSupported                 []model.ResponseType    `json:"response_types_supported"`
	SupportedRestrictionKeys               model2.RestrictionKeys  `json:"supported_restriction_keys"`
	TokenEndpoint                          string                  `json:"token_endpoint"` // For compatibility with OIDC
}

MytokenConfiguration holds information about a mytoken instance

Jump to

Keyboard shortcuts

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