Krosstalk Plugins
1.4.1-SNAPSHOT
Krosstalk Ktor Server Auth
/
com.rnett.krosstalk.ktor.server.auth
/
KtorServerFormAuth
Ktor
Server
Form
Auth
abstract
class
KtorServerFormAuth
<
T
:
Principal
>
(
authName
:
String
?
)
:
KtorServerPrincipalAuth
<
T
>
Content copied to clipboard
A Ktor server form auth scope.
Constructors
Functions
Sources
Constructors
Ktor
Server
Form
Auth
Link copied to clipboard
fun
KtorServerFormAuth
(
authName
:
String
?
=
randomAuthName()
)
Content copied to clipboard
Functions
configure
Link copied to clipboard
abstract
fun
FormAuthenticationProvider.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