Expand description
Provide options for the Application Default Credential Flow, mostly used for testing
Fields
metadata_url: Option<String>
Used as base to build the url during token request from GCP metadata server
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ApplicationDefaultCredentialsFlowOpts
impl Send for ApplicationDefaultCredentialsFlowOpts
impl Sync for ApplicationDefaultCredentialsFlowOpts
impl Unpin for ApplicationDefaultCredentialsFlowOpts
impl UnwindSafe for ApplicationDefaultCredentialsFlowOpts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more