schema

package
v0.0.0-...-425e185 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2021 License: Apache-2.0 Imports: 0 Imported by: 22

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OauthClient

type OauthClient struct {
	ClientId             string   `json:"client_id"`
	Name                 string   `json:"name"`
	ClientSecret         string   `json:"client_secret"`
	Scope                []string `json:"scope"`
	ResourceIds          []string `json:"resource_ids"`
	Authorities          []string `json:"authorities"`
	AuthorizedGrantTypes []string `json:"authorized_grant_types"`
	AccessTokenValidity  int      `json:"access_token_validity"`
	RedirectUri          []string `json:"redirect_uri"`
}

type Token

type Token struct {
	AccessToken string `json:"access_token"`
	// Expire time in seconds
	ExpiresIn int64 `json:"expires_in"`
}

type UaaKey

type UaaKey struct {
	Alg   string `json:"alg"`
	Value string `json:"value"`
}

Jump to

Keyboard shortcuts

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