Skip to content

Files

Latest commit

1a32b3c · Sep 28, 2017

History

History
18 lines (14 loc) · 1.01 KB

SWGCreateOauthParams.md

File metadata and controls

18 lines (14 loc) · 1.01 KB

SWGCreateOauthParams

Properties

Name Type Description Notes
grantType NSString* authorization_code, client_credentials, password or refresh_token [optional]
clientId NSString* Client ID [optional]
clientSecret NSString* Client Secret Key [optional]
code NSString* Authorization Code created via the /oauth/authorization API [optional]
redirectUri NSString* The redirect URI where user enters authentication information [optional]
scope NSString* account-owner, extension-user and/or methods:ALL, separated by space (%20) [optional]
username NSString* User name [optional]
password NSString* Password [optional]
refreshToken NSString* Refresh token [optional]

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