# Functions

New auth client which is basically a http client but specific functionalities implemented depends on AuthMethod.

# Constants

AuthMethodOAuth2 is oauth2 type authentication.
No description provided by the author
No description provided by the author

# Structs

AuthOptions Auth client options.
OAuth2Options defines options for OAuth2 Client.

# Type aliases

AuthMethod defines the type of authentication method that needs to be use.
OAuth2Type defines type of oauth2 grant type.