mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-11 14:07:47 +00:00
Improve grammar (#410)
This commit is contained in:
parent
624f3bb64b
commit
fd5108b438
@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
## Auth-Methods
|
## Auth-Methods
|
||||||
|
|
||||||
Before you can use the Web API full functional, you need the user to authenticate your Application.
|
Before you can use the Web API's full functionality, you need the user to authenticate your Application.
|
||||||
If you want to know more, you can read to the whole auth-process [here](https://developer.spotify.com/web-api/authorization-guide/).
|
If you want to know more, you can read to the whole auth-process [here](https://developer.spotify.com/web-api/authorization-guide/).
|
||||||
|
|
||||||
Before you start, install `SpotifyAPI.Web.Auth` and create an application at Spotify: [Your Applications](https://developer.spotify.com/my-applications/#!/applications)
|
Before you start, install `SpotifyAPI.Web.Auth` and create an application at Spotify: [Your Applications](https://developer.spotify.com/my-applications/#!/applications)
|
||||||
|
|
||||||
After you created your Application, you will have following important values:
|
After you have created your Application, you will have following important values:
|
||||||
|Name|Description|
|
|Name|Description|
|
||||||
|--------------|-------------------------|-------------------------|
|
|--------------|-------------------------|-------------------------|
|
||||||
| **Client_Id** | This is your client_id, you don't have to hide it|
|
| **Client_Id** | This is your client_id, you don't have to hide it|
|
||||||
| **Client_Secret** | Never use this in one of your client-side apps! Keep it secret! |
|
| **Client_Secret** | Never use this in one of your client-side apps! Keep it secret! |
|
||||||
| **Redirect URIs** | Some of auth flows require that you set the correct redirect URI |
|
| **Redirect URIs** | Some of auth flows require that you set the correct redirect URI |
|
||||||
|
|
||||||
Now you can start with the user-authentication, Spotify provides 3 ways (4 if you consider different implementations):
|
Now you can start with the user-authentication. Spotify provides 3 ways (4 if you consider different implementations):
|
||||||
|
|
||||||
* [ImplicitGrantAuth](/auth/implicit_grant.md)
|
* [ImplicitGrantAuth](/auth/implicit_grant.md)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user