device_authorization

Function device_authorization 

Source
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)