# Functions

GetRequestTokens retrieves tokens from the request headers and/or cookies Mobile Clients/Secure Servers: Access tokens must be provided as a Bearer token in the "Authorization" header Web Clients: Access tokens must be provided in the "rokwire-access-token" cookie and CSRF tokens must be provided in the "CSRF" header.
NewTokenAuth creates and configures a new TokenAuth instance authorization maybe nil if performing manual authorization.

# Constants

No description provided by the author

# Structs

Claims represents the standard claims included in access tokens.
TokenAuth contains configurations and helper functions required to validate tokens.