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"`
}
Click to show internal directories.
Click to hide internal directories.