Package-level declarations

Types

Link copied to clipboard
interface AuthOption

A tuple of AuthSchemeId and typed properties. AuthSchemeOption represents a candidate authentication scheme.

Link copied to clipboard
value class AuthSchemeId(val id: String)

Represents a unique authentication scheme ID

Link copied to clipboard
interface AuthSchemeProvider<in T>

Resolves the candidate set of authentication schemes for an operation

Functions

Link copied to clipboard
fun AuthOption(id: AuthSchemeId, attributes: <Error class: unknown class> = emptyAttributes()): AuthOption