pub async fn update_tokens_request(
jar: CookieJar,
__arg1: Path<String>,
__arg2: State<Database>,
__arg3: Json<UpdateTokens>,
) -> impl IntoResponse
Expand description
Update the given user’s session tokens
pub async fn update_tokens_request(
jar: CookieJar,
__arg1: Path<String>,
__arg2: State<Database>,
__arg3: Json<UpdateTokens>,
) -> impl IntoResponse
Update the given user’s session tokens