You are here

function services_keyauth_get_kid in Services 6.2

Returns Key ID of key used to authenticate call.

Return value

The Key ID.

File

auth/services_keyauth/services_keyauth.module, line 143
Provides a key based validation system.

Code

function services_keyauth_get_kid() {
  return _services_keyauth_set_kid();
}