Method: LockstepSdk::ApiKeyModel#api_key

Defined in:
lib/lockstep_sdk/models/api_key_model.rb

#api_keyString

Returns The API key to use for authentication. This will only be returned upon creation of the API key. All other times, this value will be ‘null`. For more information, see [API Keys](developer.lockstep.io/docs/api-keys).

Returns:

  • (String)

    The API key to use for authentication. This will only be returned upon creation of the API key. All other times, this value will be ‘null`. For more information, see [API Keys](developer.lockstep.io/docs/api-keys).



63
64
65
# File 'lib/lockstep_sdk/models/api_key_model.rb', line 63

def api_key
  @api_key
end