redundant `of keeping` text might be a typo?
This commit is contained in:
Adriano Rosa 2016-06-04 18:18:32 -03:00
parent cb596b0a7a
commit d4b549d12a

View File

@ -28,7 +28,7 @@ If you require the permission of a user to access resources you need to determin
## Client Type? ## Client Type?
Depending on whether or not the client is capable of keeping of keeping a secret will depend on which grant the client should use. Depending on whether or not the client is capable of keeping a secret will depend on which grant the client should use.
If the client is a web application that has a server side component then you should implement the [authorization code grant](/authorization-server/auth-code-grant/). If the client is a web application that has a server side component then you should implement the [authorization code grant](/authorization-server/auth-code-grant/).