Skip to content

FletOAuth

HTTP handler for OAuth callback.

Methods

  • handle

    Handle OAuth callback request.

Methods#

handle async #

handle(request: Request)

Handle OAuth callback request.

Request must contain minimum code and state query parameters.

Returns either redirect to a Flet page or a HTML page with further instructions.