Skip to content

Commit

Permalink
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to re…
Browse files Browse the repository at this point in the history
…fer to correct RFCs (#4004)

(cherry picked from commit 6f85f25)
  • Loading branch information
SamuelMarks authored and e5l committed Apr 5, 2024
1 parent 9b69332 commit 7d3f6a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt
Expand Up @@ -47,9 +47,10 @@ public object AuthScheme {
public const val OAuth: String = "OAuth"

/**
* Bearer Authentication described in the RFC-6749:
* Bearer Authentication described in the RFC-6749 & RFC6750:
*
* see https://tools.ietf.org/html/rfc6750
* see https://tools.ietf.org/html/rfc6749
* & https://tools.ietf.org/html/rfc6750
*/
public const val Bearer: String = "Bearer"
}

0 comments on commit 7d3f6a9

Please sign in to comment.