Documentation
¶
Index ¶
- type Service
- type Wrapper
- func (w *Wrapper) ExchangeAuthorizationCode(ctx context.Context, ...) (*oidc4ci.ExchangeAuthorizationCodeResult, error)
- func (w *Wrapper) InitiateIssuance(ctx context.Context, req *oidc4ci.InitiateIssuanceRequest, ...) (*oidc4ci.InitiateIssuanceResponse, error)
- func (w *Wrapper) PrepareClaimDataAuthorizationRequest(ctx context.Context, req *oidc4ci.PrepareClaimDataAuthorizationRequest) (*oidc4ci.PrepareClaimDataAuthorizationResponse, error)
- func (w *Wrapper) PrepareCredential(ctx context.Context, req *oidc4ci.PrepareCredential) (*oidc4ci.PrepareCredentialResult, error)
- func (w *Wrapper) PushAuthorizationDetails(ctx context.Context, opState string, ...) error
- func (w *Wrapper) StoreAuthorizationCode(ctx context.Context, opState string, code string, ...) (issuecredential.TxID, error)
- func (w *Wrapper) ValidatePreAuthorizedCodeRequest(ctx context.Context, ...) (*issuecredential.Transaction, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service oidc4ci.ServiceInterface
type Wrapper ¶
type Wrapper struct {
// contains filtered or unexported fields
}
func (*Wrapper) ExchangeAuthorizationCode ¶
func (*Wrapper) InitiateIssuance ¶
func (w *Wrapper) InitiateIssuance( ctx context.Context, req *oidc4ci.InitiateIssuanceRequest, profile *profileapi.Issuer, ) (*oidc4ci.InitiateIssuanceResponse, error)
func (*Wrapper) PrepareClaimDataAuthorizationRequest ¶
func (w *Wrapper) PrepareClaimDataAuthorizationRequest(ctx context.Context, req *oidc4ci.PrepareClaimDataAuthorizationRequest) (*oidc4ci.PrepareClaimDataAuthorizationResponse, error)
func (*Wrapper) PrepareCredential ¶
func (w *Wrapper) PrepareCredential( ctx context.Context, req *oidc4ci.PrepareCredential, ) (*oidc4ci.PrepareCredentialResult, error)
func (*Wrapper) PushAuthorizationDetails ¶
func (w *Wrapper) PushAuthorizationDetails(ctx context.Context, opState string, ad []*issuecredential.AuthorizationDetails) error
func (*Wrapper) StoreAuthorizationCode ¶
func (w *Wrapper) StoreAuthorizationCode( ctx context.Context, opState string, code string, flowData *common.WalletInitiatedFlowData, ) (issuecredential.TxID, error)
func (*Wrapper) ValidatePreAuthorizedCodeRequest ¶
func (w *Wrapper) ValidatePreAuthorizedCodeRequest( ctx context.Context, preAuthorizedCode, pin, clientID, clientAttestationType, clientAttestation string, ) (*issuecredential.Transaction, error)
Click to show internal directories.
Click to hide internal directories.