pub struct AuthClientBuilder { /* private fields */ }
Expand description
Builder for constructing an AuthClient with custom configuration
Implementations§
Source§impl AuthClientBuilder
impl AuthClientBuilder
Sourcepub fn service_role_key(self, key: &str) -> Self
pub fn service_role_key(self, key: &str) -> Self
Sets the service role key for admin operations
Trait Implementations§
Source§impl Default for AuthClientBuilder
impl Default for AuthClientBuilder
Source§fn default() -> AuthClientBuilder
fn default() -> AuthClientBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AuthClientBuilder
impl RefUnwindSafe for AuthClientBuilder
impl Send for AuthClientBuilder
impl Sync for AuthClientBuilder
impl Unpin for AuthClientBuilder
impl UnwindSafe for AuthClientBuilder
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