native_authentication library
Classes
- CallbackSession
- A session object that represents an ongoing authorization flow.
- CallbackType
- The type of callback to be performed by the authorization server.
- CallbackTypeCustom
- Uses a custom scheme for the redirect URI.
- CallbackTypeHttps
- Uses an HTTPS scheme for the redirect URI.
- CallbackTypeLocalhost
-
Uses
http://localhost
for the redirect URI. - NativeAuthentication
- A platform-agnostic interface for performing authentication flows.
- NativeAuthException
- An exception thrown during the native authentication process.
- OAuthCode
- OAuthException
- OAuthResult
- Query parameters of the OAuth redirect.
Extension Types
- OAuthErrorCode
- Error codes of a failed OAuth flow.