Expand description
Authentication methods
Modules§
- login
- Authentication by login.
Structs§
- Auth
Response - Authentication response.
Functions§
- auth_
url - Format genius authentication URL, the result is a URL.
client_id
andredirect_uri
are found at https://genius.com/api-clients. - authenticate
- Transform the
code
in a token, the result isAuthResponse
.code
expires so be very light on this operation. The response token will be levelclient
.