Method: Parse::Middleware::Authentication#master_key
- Defined in:
- lib/parse/client/authentication.rb
#master_key ⇒ String
The Master key API Key for this Parse endpoint. This is optional. If provided, it will be sent in every request.
27 28 29 |
# File 'lib/parse/client/authentication.rb', line 27 def master_key @master_key end |