Sha256: 481f5c82de22646c59f28a25909920f4d1285cd205888fefbb77d444b406a5ac
Contents?: true
Size: 703 Bytes
Versions: 1
Compression:
Stored size: 703 Bytes
Contents
# HelloSign::OAuthTokenGenerateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `client_id`<sup>*_required_</sup> | ```String``` | The client id of the app requesting authorization. | | | `client_secret`<sup>*_required_</sup> | ```String``` | The secret token of your app. | | | `code`<sup>*_required_</sup> | ```String``` | The code passed to your callback when the user granted access. | | | `grant_type`<sup>*_required_</sup> | ```String``` | When generating a new token use `authorization_code`. | [default to 'authorization_code'] | | `state`<sup>*_required_</sup> | ```String``` | Same as the state you specified earlier. | |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hellosign-ruby-sdk-6.0.0.pre.beta | docs/OAuthTokenGenerateRequest.md |