api_key.convert_raw_key ======================= Convert a raw API key into its SCRAM authentication components. This allows API key consumers to transform a raw API key (format: id-key) into the precomputed SCRAM authentication material for improved performance. NOTE: this is a convenience function for API consumers. It does not impact API key stored server-side. .. raw:: html
The raw API key to convert (format: id-key).
Must be at least 1 characters long
SCRAM authentication data derived from the raw API key.
No Additional PropertiesAPI key ID.
Number of iterations of PBKDF2-SHA512.
Base64 encoded salt for API key.
Pre-computed SCRAM ClientKey.
SCRAM StoredKey for API key.
SCRAM ServerKey for API key.