pub struct ClientCredentialsFlow { /* private fields */ }Expand description
Orchestrates the Client Credentials Flow (RFC 6749 Section 4.4).
This flow is used by clients to obtain an access token outside of the context of a user. This is typically used for client-to-client communication.
Implementations§
Source§impl ClientCredentialsFlow
impl ClientCredentialsFlow
Auto Trait Implementations§
impl Freeze for ClientCredentialsFlow
impl !RefUnwindSafe for ClientCredentialsFlow
impl Send for ClientCredentialsFlow
impl Sync for ClientCredentialsFlow
impl Unpin for ClientCredentialsFlow
impl !UnwindSafe for ClientCredentialsFlow
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