types

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Badge

type Badge struct {
	// The badge ID
	Id string `json:"id,omitempty"`

	// The verifiable credential
	EnvelopedCredential *vctypes.EnvelopedCredential `json:"badge,omitempty"`
}

type IdpConfig

type IdpConfig struct {
	// The client id of the identity provider
	ClientId string `json:"client_id,omitempty"`
	// The client secret of the identity provider
	ClientSecret string `json:"client_secret,omitempty"`
	// The issuer url of the identity provider
	IssuerUrl string `json:"issuer_url,omitempty"`
}

Jump to

Keyboard shortcuts

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