Salesforce Developer Security Auth Oauth Uaflow

salesforce-developer-security

// Salesforce - Developer - Security - OAuth - User-Agent Flow:

In the user-agent flow, all activity is client side and doesn't require any 
server side interaction for the third party server. The access token is returned 
directly to the client app as a URL fragment in the redirect. It is commonly 
used with client side applications like mobile and desktop apps. Here is a 
step-by-step guide: http://sforce.co/2gqRdbz

In this flow, the client is not able to securely store client or user 
credentials.
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License