Skip to content

Instantly share code, notes, and snippets.

@nialdarbey
Created June 9, 2013 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nialdarbey/5745203 to your computer and use it in GitHub Desktop.
Save nialdarbey/5745203 to your computer and use it in GitHub Desktop.
<oauth2-provider:client clientId="partner-smartphone-app" type="PUBLIC" clientName="Smartphone App" description="Smartphone app produced by partner">
<oauth2-provider:redirect-uris>
<oauth2-provider:redirect-uri>http://localhost*</oauth2-provider:redirect-uri>
</oauth2-provider:redirect-uris>
<oauth2-provider:authorized-grant-types>
<oauth2-provider:authorized-grant-type>TOKEN</oauth2-provider:authorized-grant-type>
</oauth2-provider:authorized-grant-types>
<oauth2-provider:scopes>
<oauth2-provider:scope>READ</oauth2-provider:scope>
</oauth2-provider:scopes>
</oauth2-provider:client>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment