Documentation
¶
Index ¶
Constants ¶
View Source
const (
ProviderVCS = "vcs"
)
Variables ¶
This section is empty.
Functions ¶
func GetIssueCredentialRequestData ¶
func GetIssueCredentialRequestData(vc *verifiable.Credential, desiredFormat string) (interface{}, error)
Types ¶
type ConfigOption ¶
type ConfigOption func(c *Config)
type VCProvider ¶
type VCProvider interface { // GetConfig returns *Config. GetConfig() *Config // GetCredentials returns the map of signed credentials. GetCredentials() (map[string][]byte, error) }
VCProvider represents the API for credentials provider.
func GetProvider ¶
func GetProvider(vcProviderType string, opts ...ConfigOption) (VCProvider, error)
Click to show internal directories.
Click to hide internal directories.