Function get_api_key_permissions

Source
pub async fn get_api_key_permissions<J, RR, TR, NR, NFR, SR, TCR, PR, AKR>(
    api_key_id: String,
    state: ThinDataAppState<J, RR, TR, NR, NFR, SR, TCR, PR, AKR>,
) -> Result<HttpResponse, ApiError>
Expand description

Get api key permissions

ยงArguments

  • api_key_id - The id of the api key.
  • state - The application state containing the api key repository.