validateApiKey

abstract suspend fun validateApiKey(apiKey: String): Boolean(source)

Executes the validateApiKey step in the SDAI domain layer.

Return

Result produced by validateApiKey.

Author

Dmitriy Moroz

Parameters

apiKey

api key value consumed by the API.