Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.31 KB

AuthorizeApi.md

File metadata and controls

52 lines (30 loc) · 1.31 KB

AuthorizeApi

All URIs are relative to https://oauth.twilio.com

Method HTTP request Description
FetchAuthorize Get /v1/authorize Retrieves authorize uri

FetchAuthorize

OauthV1Authorize FetchAuthorize(ctx, optional)

Retrieves authorize uri

Retrieves authorize uri

Path Parameters

This endpoint does not need any path parameter.

Other Parameters

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

Return type

OauthV1Authorize

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]