pub struct OauthConfig {Show 14 fields
pub base_api_url: String,
pub console_authorize_url: String,
pub claude_ai_authorize_url: String,
pub claude_ai_origin: String,
pub token_url: String,
pub api_key_url: String,
pub roles_url: String,
pub console_success_url: String,
pub claudeai_success_url: String,
pub manual_redirect_url: String,
pub client_id: String,
pub oauth_file_suffix: String,
pub mcp_proxy_url: String,
pub mcp_proxy_path: String,
}Fields§
§base_api_url: String§claude_ai_origin: String§token_url: String§api_key_url: String§roles_url: String§console_success_url: String§claudeai_success_url: String§manual_redirect_url: String§client_id: String§oauth_file_suffix: String§mcp_proxy_url: String§mcp_proxy_path: StringTrait Implementations§
Source§impl Clone for OauthConfig
impl Clone for OauthConfig
Source§fn clone(&self) -> OauthConfig
fn clone(&self) -> OauthConfig
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 OauthConfig
impl RefUnwindSafe for OauthConfig
impl Send for OauthConfig
impl Sync for OauthConfig
impl Unpin for OauthConfig
impl UnsafeUnpin for OauthConfig
impl UnwindSafe for OauthConfig
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