Type Alias DeviceCodeErrorResponse

Source
pub type DeviceCodeErrorResponse = StandardErrorResponse<DeviceCodeErrorResponseType>;
Available on crate feature experimental-oidc and crate feature e2e-encryption and non-WebAssembly only.
Expand description

Error response specialization for device code OAuth2 implementation.

Aliased Typeยง

struct DeviceCodeErrorResponse { /* private fields */ }