Struct oauth2_google::device_authorization_grant::GoogleProviderForTvAndDeviceApps [−][src]
pub struct GoogleProviderForTvAndDeviceApps { /* fields omitted */ }Implementations
Trait Implementations
fn device_access_token_request_body_extra(
&self,
_body: &BodyWithDeviceAuthorizationGrant,
_device_authorization_response_body: &SuccessfulBody
) -> Option<Map<String, Value>>
Auto Trait Implementations
impl Send for GoogleProviderForTvAndDeviceApps
impl Sync for GoogleProviderForTvAndDeviceApps
impl Unpin for GoogleProviderForTvAndDeviceApps
Blanket Implementations
Mutably borrows from an owned value. Read more