pub struct ClientSecretPost;Trait Implementations§
Source§impl ClientAuthenticator for ClientSecretPost
impl ClientAuthenticator for ClientSecretPost
fn authenticate_client<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
provider: &'life1 (impl 'async_trait + Provider),
details: &'life2 (impl 'async_trait + HttpRequestDetails),
) -> Pin<Box<dyn Future<Output = Result<Client, OAuthError>> + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Auto Trait Implementations§
impl Freeze for ClientSecretPost
impl RefUnwindSafe for ClientSecretPost
impl Send for ClientSecretPost
impl Sync for ClientSecretPost
impl Unpin for ClientSecretPost
impl UnwindSafe for ClientSecretPost
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more