pub type DeviceCodeErrorResponse = StandardErrorResponse<DeviceCodeErrorResponseType>;
Expand description
Error response specialization for device code OAuth2 implementation.
Aliased Typeยง
struct DeviceCodeErrorResponse { /* private fields */ }
pub type DeviceCodeErrorResponse = StandardErrorResponse<DeviceCodeErrorResponseType>;
Error response specialization for device code OAuth2 implementation.
struct DeviceCodeErrorResponse { /* private fields */ }