Method: LockstepSdk::ApiKeyModel#key_prefix
- Defined in:
- lib/lockstep_sdk/models/api_key_model.rb
#key_prefix ⇒ String
Returns The first 10 characters of the API key. This information can be used to ensure that you are looking at the correct API Key, but cannot be used for authentication.
67 68 69 |
# File 'lib/lockstep_sdk/models/api_key_model.rb', line 67 def key_prefix @key_prefix end |