Method: OpenC3::OpenC3Authentication#token
- Defined in:
- lib/openc3/utilities/authentication.rb
#token(include_bearer: true) ⇒ Object
Load the token from the environment
42 43 44 |
# File 'lib/openc3/utilities/authentication.rb', line 42 def token(include_bearer: true) @token end |