Text clarification

This commit is contained in:
Alex Bilbie 2016-08-06 12:23:21 -04:00
parent 2f6a8014eb
commit 9a3cf4759a

View File

@ -4,9 +4,9 @@ title: Which OAuth 2.0 grant should I use?
permalink: /authorization-server/which-grant/
---
# Which OAuth 2.0 grant should I use?
# Which OAuth 2.0 grant should I implement?
A grant is a method of acquiring an access token. Deciding which grants to implement requires implementing the right grant depending on the type of client and the best experience for your users.
A grant is a method of acquiring an access token. Deciding which grants to implement depends on the type of client the end user will be using, and the experience you want for your users.
<figure>
<img src="/images/grants.svg" style="width:100%">