ktor-auth / io.ktor.auth / Authentication / <init>

<init>

Authentication(providers: List<AuthenticationProvider>)

Parameters

providers - list of registered instances of AuthenticationProvider

Authentication() Authentication(config: Configuration)

Authentication feature supports pluggable mechanisms for checking and challenging a client to provide credentials

Parameters

config - initial authentication configuration