Module authenticator_delegate

Source
Expand description

Module containing types related to delegates.

Structs§

DefaultDeviceFlowDelegate
Uses all default implementations in the DeviceFlowDelegate trait.
DefaultInstalledFlowDelegate
Uses all default implementations in the DeviceFlowDelegate trait.
DefaultInstalledFlowDelegateWithRedirectURI
The default installed-flow delegate (i.e.: show URL on stdout). Use this to specify a custom redirect URL.
DeviceAuthResponse
Contains state of pending authentication requests

Traits§

DeviceFlowDelegate
DeviceFlowDelegate methods are called when a device flow needs to ask the application what to do in certain cases.
InstalledFlowDelegate
InstalledFlowDelegate methods are called when an installed flow needs to ask the application what to do in certain cases.