pub struct McpAuthApi { /* private fields */ }Expand description
MCP auth endpoint namespace.
Implementations§
Source§impl McpAuthApi
impl McpAuthApi
pub async fn remove(&self, options: RequestOptions) -> Result<ApiResponse>
pub async fn start(&self, options: RequestOptions) -> Result<ApiResponse>
pub async fn callback(&self, options: RequestOptions) -> Result<ApiResponse>
pub async fn authenticate(&self, options: RequestOptions) -> Result<ApiResponse>
Trait Implementations§
Source§impl Clone for McpAuthApi
impl Clone for McpAuthApi
Source§fn clone(&self) -> McpAuthApi
fn clone(&self) -> McpAuthApi
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for McpAuthApi
impl !RefUnwindSafe for McpAuthApi
impl Send for McpAuthApi
impl Sync for McpAuthApi
impl Unpin for McpAuthApi
impl UnsafeUnpin for McpAuthApi
impl !UnwindSafe for McpAuthApi
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