Skip to content

Commit

Permalink
feat: auth provider auth key #52
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Aug 12, 2024
1 parent 277a6e9 commit a964cbe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ internal enum class AuthKey(
key = "ACCESS_TOKEN"
), REFRESH_TOKEN(
key = "REFRESH_TOKEN"
), AUTH_PROVIDER(
key = "PROVIDER"
)
}

0 comments on commit a964cbe

Please sign in to comment.