AuthScheme

object AuthScheme

Contains the standard auth schemes.

Properties

Link copied to clipboard
const val Basic: String

Basic Authentication described in the RFC-7617

Link copied to clipboard
const val Bearer: String

Bearer Authentication described in the RFC-6749:

Link copied to clipboard
const val Digest: String

Digest Authentication described in the RFC-2069:

Link copied to clipboard
const val Negotiate: String

Described in the RFC-4599:

Link copied to clipboard
const val OAuth: String

OAuth Authentication described in the RFC-6749: