oauth2_core/device_authorization_grant/
mod.rs

1//! [RFC 8628](https://datatracker.ietf.org/doc/html/rfc8628)
2
3pub mod device_access_token_response;
4pub mod device_authorization_request;
5pub mod device_authorization_response;