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