github.com/twilio/twilio-go@v1.20.1/rest/oauth/v1/docs/AuthorizeApi.md (about)

     1  # AuthorizeApi
     2  
     3  All URIs are relative to *https://oauth.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**FetchAuthorize**](AuthorizeApi.md#FetchAuthorize) | **Get** /v1/authorize | 
     8  
     9  
    10  
    11  ## FetchAuthorize
    12  
    13  > OauthV1Authorize FetchAuthorize(ctx, optional)
    14  
    15  
    16  
    17  Retrieves authorize uri
    18  
    19  ### Path Parameters
    20  
    21  This endpoint does not need any path parameter.
    22  
    23  ### Other Parameters
    24  
    25  Other parameters are passed through a pointer to a FetchAuthorizeParams struct
    26  
    27  
    28  Name | Type | Description
    29  ------------- | ------------- | -------------
    30  **ResponseType** | **string** | Response Type
    31  **ClientId** | **string** | The Client Identifier
    32  **RedirectUri** | **string** | The url to which response will be redirected to
    33  **Scope** | **string** | The scope of the access request
    34  **State** | **string** | An opaque value which can be used to maintain state between the request and callback
    35  
    36  ### Return type
    37  
    38  [**OauthV1Authorize**](OauthV1Authorize.md)
    39  
    40  ### Authorization
    41  
    42  No authorization required
    43  
    44  ### HTTP request headers
    45  
    46  - **Content-Type**: Not defined
    47  - **Accept**: application/json
    48  
    49  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    50  [[Back to Model list]](../README.md#documentation-for-models)
    51  [[Back to README]](../README.md)
    52