Struct oauth2_core::access_token_request::BodyWithDeviceAuthorizationGrant [−][src]
pub struct BodyWithDeviceAuthorizationGrant {
pub device_code: String,
pub client_id: Option<ClientId>,
pub client_secret: Option<ClientSecret>,
// some fields omitted
}Fields
device_code: Stringclient_id: Option<ClientId>client_secret: Option<ClientSecret>Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl Send for BodyWithDeviceAuthorizationGrant
impl Sync for BodyWithDeviceAuthorizationGrant
impl Unpin for BodyWithDeviceAuthorizationGrant
Blanket Implementations
Mutably borrows from an owned value. Read more