pub struct GoogleProviderForServerToServerApps { /* private fields */ }
Implementations§
Source§impl GoogleProviderForServerToServerApps
impl GoogleProviderForServerToServerApps
pub fn new(assertion: String) -> Result<Self, UrlParseError>
Trait Implementations§
Source§impl Clone for GoogleProviderForServerToServerApps
impl Clone for GoogleProviderForServerToServerApps
Source§fn clone(&self) -> GoogleProviderForServerToServerApps
fn clone(&self) -> GoogleProviderForServerToServerApps
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 moreSource§impl ProviderExtJwtAuthorizationGrant for GoogleProviderForServerToServerApps
impl ProviderExtJwtAuthorizationGrant for GoogleProviderForServerToServerApps
fn assertion(&self) -> &str
fn scopes_default(&self) -> Option<Vec<Self::Scope>>
fn access_token_request_body_extra( &self, _body: &BodyWithJwtAuthorizationGrant<Self::Scope>, ) -> Option<Result<Map<String, Value>, Box<dyn Error + Sync + Send>>>
fn access_token_request_url_modifying(&self, _url: &mut Url)
fn access_token_request_modifying(&self, _request: &mut Request<Vec<u8>>)
Auto Trait Implementations§
impl Freeze for GoogleProviderForServerToServerApps
impl RefUnwindSafe for GoogleProviderForServerToServerApps
impl Send for GoogleProviderForServerToServerApps
impl Sync for GoogleProviderForServerToServerApps
impl Unpin for GoogleProviderForServerToServerApps
impl UnwindSafe for GoogleProviderForServerToServerApps
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