AuthenticationPipeline
class AuthenticationPipeline(developmentMode: Boolean) : Pipeline<AuthenticationContext, ApplicationCall>
Content copied to clipboard
Represents authentication Pipeline for checking and requesting authentication
Constructors
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun execute(context: ApplicationCall, subject: AuthenticationContext): AuthenticationContext
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun intercept(phase: PipelinePhase, block: suspend PipelineContext<AuthenticationContext, ApplicationCall>.(AuthenticationContext) -> Unit)
Content copied to clipboard
Link copied to clipboard