Expand description
Module containing types related to delegates.
Structs§
- Default
Device Flow Delegate - Uses all default implementations in the DeviceFlowDelegate trait.
- Default
Installed Flow Delegate - Uses all default implementations in the DeviceFlowDelegate trait.
- Default
Installed Flow Delegate With RedirectURI - The default installed-flow delegate (i.e.: show URL on stdout). Use this to specify a custom redirect URL.
- Device
Auth Response - Contains state of pending authentication requests
Traits§
- Device
Flow Delegate - DeviceFlowDelegate methods are called when a device flow needs to ask the application what to do in certain cases.
- Installed
Flow Delegate - InstalledFlowDelegate methods are called when an installed flow needs to ask the application what to do in certain cases.