pub struct OAuth2ClientAuthenticationMethod;Expand description
Enumerates all supported OAUTH2 authentication methods
Implementations§
Source§impl OAuth2ClientAuthenticationMethod
impl OAuth2ClientAuthenticationMethod
pub const BASIC: &'static str = "client_secret_basic"
pub const POST: &'static str = "client_secret_post"
pub const JWT: &'static str = "client_secret_jwt"
pub const PRIVATE_KEY: &'static str = "private_key_jwt"
pub const NONE: &'static str = "none"
Sourcepub const ALL_VALUES: &'static [&'static str]
pub const ALL_VALUES: &'static [&'static str]
All valid values for this type
Auto Trait Implementations§
impl Freeze for OAuth2ClientAuthenticationMethod
impl RefUnwindSafe for OAuth2ClientAuthenticationMethod
impl Send for OAuth2ClientAuthenticationMethod
impl Sync for OAuth2ClientAuthenticationMethod
impl Unpin for OAuth2ClientAuthenticationMethod
impl UnsafeUnpin for OAuth2ClientAuthenticationMethod
impl UnwindSafe for OAuth2ClientAuthenticationMethod
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