Skip to content

Commit

Permalink
feat: add BtoC token (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
SofianD authored Jul 4, 2022
1 parent fff0360 commit ec3636e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions types/token.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ export interface FirmToken {
third_party_id: number;
}

export interface B2CToken {
type: "b2c";
member_group_id: number;
pers_physique_id: number;
third_party_id: number;
}

export interface BearerToken {
token_type: "bearer";
expire_in: string;
Expand Down

0 comments on commit ec3636e

Please sign in to comment.