1 2 3 4 5 6 7 8
//! Implements the OAuth 2.0 Device Authorization Grant (RFC 8628 ยง4.1). mod grant; pub use grant::{ DeviceAuthorizationGrant, DeviceAuthorizationGrantBuilder, DeviceAuthorizationGrantParameters, PendingState, PollError, PollResult, StartInput, StartOutput, };