auth_validate

Function auth_validate 

Source
pub async fn auth_validate(
    __arg0: State<Arc<ServerState>>,
    __arg1: SiteName,
    __arg2: Json<ValidateTokenRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>
Expand description

POST /api/v1/auth/validate — check whether a CSM token is still valid.