Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 860 Bytes

File metadata and controls

17 lines (12 loc) · 860 Bytes

GetOAuthAccessToken200ResponseInner

Properties

Name Type Description Notes
object Option<String> [optional]
token Option<String> The access token [optional]
provider Option<String> The ID of the provider [optional]
public_metadata Option<serde_json::Value> [optional]
label Option<String> [optional]
scopes Option<Vec> The list of scopes that the token is valid for. Only present for OAuth 2.0 tokens. [optional]
token_secret Option<String> The token secret. Only present for OAuth 1.0 tokens. [optional]

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