Skip to content

Commit

Permalink
feat: adding common constant for refresh token
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Jun 28, 2024
1 parent 2a2665c commit a38377d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/auth-common/src/components/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const AUTH_TYPES = {
ACCESS_TOKEN: "token",
ID_AND_ACCESS_TOKEN: "id_token token",
CODE: "code",
REFRESH_TOKEN: "refresh_token",
};

export const HEADERS = {
Expand Down

0 comments on commit a38377d

Please sign in to comment.