All URIs are relative to https://oauth.twilio.com
Method | HTTP request | Description |
---|---|---|
FetchAuthorize | Get /v1/authorize | Retrieves authorize uri |
OauthV1Authorize FetchAuthorize(ctx, optional)
Retrieves authorize uri
Retrieves authorize uri
This endpoint does not need any path parameter.
Other parameters are passed through a pointer to a FetchAuthorizeParams struct
Name | Type | Description |
---|---|---|
ResponseType | string | Response Type |
ClientId | string | The Client Identifier |
RedirectUri | string | The url to which response will be redirected to |
Scope | string | The scope of the access request |
State | string | An opaque value which can be used to maintain state between the request and callback |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]