# Functions
PollToken polls the server at pollURL until an access token is granted or denied.
RequestCode initiates the authorization flow by requesting a code from uri.
# Variables
ErrTimeout is thrown when polling the server for the granted token has timed out.
ErrUnsupported is thrown when the server does not implement Device flow.
# Structs
CodeResponse holds information about the authorization-in-progress.