oauth
suspend fun PipelineContext<Unit, ApplicationCall>.oauth(
client: HttpClient,
dispatcher: CoroutineDispatcher,
providerLookup: ApplicationCall.() -> OAuthServerSettings?,
urlProvider: ApplicationCall.(OAuthServerSettings) -> String
): Unit
Install both OAuth1a and OAuth2 authentication helpers that do redirect to OAuth server authorization page and handle corresponding callbacks