Feedlex.Auth
Exposes authentication and authorization functions into the Feedly API https://developer.feedly.com/v3/auth/
Summary↑
| access_token(opts \\ %{}) | Exchanges the received Feedly authentication code for a refresh token and an access token |
| authenticate_uri(opts \\ %{}) | Returns the complete URI for beginning the authentication and authorization process in the browser. The client should redirect the user to the returned URI |
| refresh_access_token(opts \\ %{}) | Uses the refresh token to ask for a new access token |
| revoke_token(opts \\ %{}) | Logoff - revokes the access and refresh tokens |
Functions
Exchanges the received Feedly authentication code for a refresh token and an access token
Returns the complete URI for beginning the authentication and authorization process in the browser. The client should redirect the user to the returned URI
Uses the refresh token to ask for a new access token
Logoff - revokes the access and refresh tokens