------------------------------
Features:
- Initial implmentation of OAuth 2.0 Authorization Grant
- Resource Owner Password Credientals
(`Section 1.3.3 RFC 6749 <https://www.rfc-editor.org/rfc/rfc6749#section-1.3.3>`_)
- Client Credentials
(`Section 1.3.4 RFC 6749 <https://www.rfc-editor.org/rfc/rfc6749#section-1.3.4>`_)
- Refresh tokens will be used if included in the response from the server.
(`Section 1.5 RFC 6749 <https://www.rfc-editor.org/rfc/rfc6749#section-1.5>`_)