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 11, 2024
1 parent 1ddca5c commit 1fd4ff8
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 1fd4ff8

Please sign in to comment.