Type Alias DeviceCodeErrorResponse

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

Error response specialization for device code OAuth2 implementation.

Aliased Typeยง

struct DeviceCodeErrorResponse { /* private fields */ }