We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f875d91 commit 3e33358Copy full SHA for 3e33358
src/main/kotlin/com/coder/gateway/models/TokenSource.kt
@@ -7,6 +7,5 @@ enum class TokenSource {
7
CONFIG, // Pulled from the Coder CLI config.
8
USER, // Input by the user.
9
QUERY, // From the Gateway link as a query parameter.
10
- LAST_USED, // Last used token, either from storage or current run.
11
}
12
0 commit comments