rdioh-0.2.1: A Haskell wrapper for Rdio's API.

Safe HaskellNone

Rdioh.Auth

Synopsis

Documentation

twoLegToken :: String -> String -> TokenSource

Takes: a key and a secret. Returns a two-legged auth token. You can just use runRdio in most cases.

threeLegToken :: MonadIO m => String -> String -> m TokenSource

Takes: a key and a secret. Does three-legged auth and returns an auth token. You can just use runRdioWithAuth in most cases.