File tree Expand file tree Collapse file tree
packages/common/lib/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export interface CredentialOfferSession extends StateType {
2020export enum IssueStatus {
2121 OFFER_CREATED = 'OFFER_CREATED' ,
2222 OFFER_URI_RETRIEVED = 'OFFER_URI_RETRIEVED' , // This state is optional. as an offer uri is optional
23- ACCESS_TOKEN_REQUESTED = 'ACCESS_TOKEN_CREATED ' , // Optional state, given the token endpoint could also be on a separate AS
23+ ACCESS_TOKEN_REQUESTED = 'ACCESS_TOKEN_REQUESTED ' , // Optional state, given the token endpoint could also be on a separate AS
2424 ACCESS_TOKEN_CREATED = 'ACCESS_TOKEN_CREATED' , // Optional state, given the token endpoint could also be on a separate AS
2525 CREDENTIAL_REQUEST_RECEIVED = 'CREDENTIAL_REQUEST_RECEIVED' , // Credential request received. Next state would either be error or issued
2626 CREDENTIAL_ISSUED = 'CREDENTIAL_ISSUED' ,
You can’t perform that action at this time.
0 commit comments