Skip to main content

handle_post_auth_user

Function handle_post_auth_user 

Source
pub async fn handle_post_auth_user(
    __arg0: State<Arc<Context>>,
    __arg1: Json<AuthUserRequest>,
) -> Result<Json<ApiTokenResponse>, StatusCode>