Documentation ¶ Index ¶ type Store func NewStore(s3Uploader s3Uploader, bucket string, region string, hostName string) *Store func (p *Store) Create(ctx context.Context, request *oidc4ci.CredentialOfferResponse) (string, error) func (p *Store) CreateJWT(ctx context.Context, credentialOfferJWT string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Store ¶ type Store struct { // contains filtered or unexported fields } Store manages profile in mongodb. func NewStore ¶ func NewStore( s3Uploader s3Uploader, bucket string, region string, hostName string, ) *Store NewStore creates Store. func (*Store) Create ¶ func (p *Store) Create( ctx context.Context, request *oidc4ci.CredentialOfferResponse, ) (string, error) func (*Store) CreateJWT ¶ added in v1.3.0 func (p *Store) CreateJWT( ctx context.Context, credentialOfferJWT string, ) (string, error) Source Files ¶ View all Source files credential_offer_store.go Click to show internal directories. Click to hide internal directories.