# 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