Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIPaths ¶
type APIPaths struct {
SuperTokenEndpoint string
AccessTokenEndpoint string
TokenInfoEndpoint string
RevocationEndpoint string
TokenTransferEndpoint string
UserSettingEndpoint string
}
APIPaths holds all api route paths
func GetAPIPaths ¶
GetAPIPaths returns the api paths for the passed major version
func GetCurrentAPIPaths ¶
func GetCurrentAPIPaths() APIPaths
GetCurrentAPIPaths returns the api paths for the most recent major version
type GeneralPaths ¶
type GeneralPaths struct {
ConfigurationEndpoint string
OIDCRedirectEndpoint string
JWKSEndpoint string
NativeRedirectEndpoint string
}
GeneralPaths holds all non-api route paths
func GetGeneralPaths ¶
func GetGeneralPaths() GeneralPaths
GetGeneralPaths returns the non-API paths
Click to show internal directories.
Click to hide internal directories.