# Packages
No description provided by the author
# Functions
GenerateAuthURL creates an authorization link that a user can visit to authorize an application.
GetPlexPIN requests a new claimable pin from the Plex API which can be used to authenticate a user.
GetPlexPINContext requests a new claimable pin from the Plex API which can be used to authenticate a user.
IsTokenValid checks if a Plex token is valid using the Plex API.
IsTokenValidContext checks if a Plex token is valid using the Plex API and a custom request context.
PollForAuthToken gets a new auth token by waiting for the user to authenticate the pin in a web browser.
# Structs
ExtraAuthURLOptions provides a way to provide extra metadata about the device being authorized.