Skip to main content

OAuthService

Type Alias OAuthService 

Source
pub type OAuthService = BoxCloneSyncService<OAuthRequest, OAuthResponse, YetiError>;
Expand description

Tower-shaped OAuth-callback claims-mutation service. Plugins register BoxCloneSyncService::new(service_fn(...)) against this type; yeti-auth chains every registered service per OAuth callback, threading the (possibly mutated) User JSON through each in turn.

Aliased Type§

pub struct OAuthService(/* private fields */);