pub struct Auth0Config { /* private fields */ }
Implementations§
Source§impl Auth0Config
impl Auth0Config
pub fn new( client_id: String, client_secret: String, scope: Vec<String>, redirect_uri: String, app_domain: String, ) -> Self
pub fn set_connection(self, connection: String) -> Self
pub fn set_organization(self, organization: String) -> Self
pub fn set_invitation(self, invitation: String) -> Self
pub fn set_login_hint(self, login_hint: String) -> Self
Trait Implementations§
Source§impl Clone for Auth0Config
impl Clone for Auth0Config
Source§fn clone(&self) -> Auth0Config
fn clone(&self) -> Auth0Config
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for Auth0Config
impl RefUnwindSafe for Auth0Config
impl Send for Auth0Config
impl Sync for Auth0Config
impl Unpin for Auth0Config
impl UnwindSafe for Auth0Config
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