Skip to main content

Redirect to provider for authentication

GET 

/auth/redirect/twitter

This endpoint redirects the user to the Twitter OAuth authorization URL.

Request

Query Parameters

    redirectUrl uri

    The callback URL to which the user will be redirected after authentication.

Responses

Redirects to Twitter for user authorization

Response Headers

  • Location

    string

    URL to the Twitter OAuth authorization page

Loading...