FakeSTS

class FakeSTS(clock: Clock = Clock.systemUTC(), defaultSessionValidity: Duration = ofHours(1)) : ChaoticHttpHandler

Constructors

Link copied to clipboard
constructor(clock: Clock = Clock.systemUTC(), defaultSessionValidity: Duration = ofHours(1))

Functions

Link copied to clipboard
Link copied to clipboard
fun client(): STS

Convenience function to get a STS client

Link copied to clipboard
open operator override fun invoke(request: Request): Response
Link copied to clipboard
Link copied to clipboard