Documentation ¶
Index ¶
- type Service
- type Wrapper
- func (w *Wrapper) DeleteClaims(ctx context.Context, claimsID string) error
- func (w *Wrapper) GetTx(ctx context.Context, id oidc4vp.TxID) (*oidc4vp.Transaction, error)
- func (w *Wrapper) InitiateOidcInteraction(ctx context.Context, presentationDefinition *presexch.PresentationDefinition, ...) (*oidc4vp.InteractionInfo, error)
- func (w *Wrapper) RetrieveClaims(ctx context.Context, tx *oidc4vp.Transaction, profile *profileapi.Verifier) map[string]oidc4vp.CredentialMetadata
- func (w *Wrapper) VerifyOIDCVerifiablePresentation(ctx context.Context, txID oidc4vp.TxID, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service oidc4vp.ServiceInterface
type Wrapper ¶
type Wrapper struct {
// contains filtered or unexported fields
}
func (*Wrapper) DeleteClaims ¶
func (*Wrapper) InitiateOidcInteraction ¶
func (w *Wrapper) InitiateOidcInteraction( ctx context.Context, presentationDefinition *presexch.PresentationDefinition, purpose string, customScopes []string, profile *profileapi.Verifier) (*oidc4vp.InteractionInfo, error)
func (*Wrapper) RetrieveClaims ¶
func (w *Wrapper) RetrieveClaims(ctx context.Context, tx *oidc4vp.Transaction, profile *profileapi.Verifier) map[string]oidc4vp.CredentialMetadata
func (*Wrapper) VerifyOIDCVerifiablePresentation ¶
Click to show internal directories.
Click to hide internal directories.