pub async fn device_authorization(
__arg0: State<ApiState>,
__arg1: Form<DeviceAuthForm>,
) -> ApiResponse<DeviceAuthResponse>Expand description
POST /api/v1/oauth/device_authorization
Device authorization endpoint (RFC 8628)
pub async fn device_authorization(
__arg0: State<ApiState>,
__arg1: Form<DeviceAuthForm>,
) -> ApiResponse<DeviceAuthResponse>POST /api/v1/oauth/device_authorization
Device authorization endpoint (RFC 8628)