Verify a key
@spec verify_key(binary, map()) :: map()Verify a key from your users. You only need to send the api key from your user. Optionally, pass in a second param, a map with the key
apiId
which sends the apiId
along.
API
of the key you want to verify.false
you
should not grant access to whatever the user is requestingownerId
on this key it is returned here. You can use this
to clearly authenticate a user in your system.meta
data you have set when creating the key.Example: