Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 592 Bytes

OAuthResponse.md

File metadata and controls

14 lines (10 loc) · 592 Bytes

OAuthResponse

Properties

Name Type Description Notes
access_token str OAuth access token [optional]
token_type str OAuth token type [optional]
refresh_token str OAuth refresh token [optional]
scope str Scope of token [optional]
agent str Agent name like browser agent [optional]

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