Krosstalk Plugins
1.4.0
Krosstalk Ktor Server Auth
/
com.rnett.krosstalk.ktor.server.auth
/
KtorServerBasicAuth
Ktor
Server
Basic
Auth
abstract
class
KtorServerBasicAuth
<
T
:
Principal
>
(
authName
:
String
?
)
:
KtorServerPrincipalAuth
<
T
>
Content copied to clipboard
A Ktor server Basic auth scope.
Constructors
Functions
Sources
Constructors
Ktor
Server
Basic
Auth
Link copied to clipboard
fun
KtorServerBasicAuth
(
authName
:
String
?
=
randomAuthName()
)
Content copied to clipboard
Functions
configure
Link copied to clipboard
abstract
fun
BasicAuthenticationProvider.Configuration
.
configure
(
)
Content copied to clipboard
configure
Auth
Link copied to clipboard
open
override
fun
Authentication.Configuration
.
configureAuth
(
)
Content copied to clipboard
Sources
jvm source
Link copied to clipboard