Versions in this module Expand all Collapse all v0 v0.1.0 Jan 11, 2023 Changes in this version + type AuthorizeResult struct + AuthorizationRedirectEndpoint string + UserPINRequired bool + type ClientConfig struct + ClientID string + DIDResolver api.DIDResolver + SignerProvider didsignjwt.SignerGetter + UserDID string + type CredentialRequestOpts struct + UserPIN string + type CredentialResponse struct + Credential string + Format string + type InitiationRequest struct + CredentialTypes []string + IssuerURI string + OpState string + PreAuthorizedCode string + UserPINRequired bool + type Interaction struct + func NewInteraction(initiateIssuanceURI string, config *ClientConfig) (*Interaction, error) + func (i *Interaction) Authorize() (*AuthorizeResult, error) + func (i *Interaction) RequestCredential(credentialRequestOpts *CredentialRequestOpts) ([]CredentialResponse, error) + func (i *Interaction) ResolveDisplay(preferredLocale string) (*credentialschema.ResolvedDisplayData, error)