Extensions for io.ktor.util.pipeline.PipelineContext
suspend fun PipelineContext<Unit, ApplicationCall>.oauth( Install both OAuth1a and OAuth2 authentication helpers that do redirect to OAuth server authorization page and handle corresponding callbacks |
|
suspend fun PipelineContext<Unit, ApplicationCall>.oauthHandleCallback( Handle OAuth callback |
|
suspend fun PipelineContext<Unit, ApplicationCall>.oauthRespondRedirect( Respond OAuth redirect |