Class: Wikiwiki::Auth::ApiKey
- Inherits:
-
Object
- Object
- Wikiwiki::Auth::ApiKey
- Defined in:
- lib/wikiwiki/auth/api_key.rb
Instance Attribute Summary collapse
-
#api_key_id ⇒ String
readonly
The API key ID.
-
#secret ⇒ String
readonly
The secret key.
Instance Attribute Details
#api_key_id ⇒ String (readonly)
Returns the API key ID.
|
|
# File 'lib/wikiwiki/auth/api_key.rb', line 15
|
#secret ⇒ String (readonly)
Returns the secret key.
|
|
# File 'lib/wikiwiki/auth/api_key.rb', line 18
|