KtorServerOAuthAuth

abstract class KtorServerOAuthAuth(authName: String?) : KtorServerPrincipalAuth<OAuthAccessTokenResponse>

A Ktor server OAuth auth scope.

Constructors

Link copied to clipboard
fun KtorServerOAuthAuth(authName: String? = randomAuthName())

Functions

Link copied to clipboard
abstract fun OAuthAuthenticationProvider.Configuration.configure()
Link copied to clipboard
open override fun Authentication.Configuration.configureAuth()

Sources

Link copied to clipboard