Method: SDM::AccountCreateResponse#token
- Defined in:
- lib/models/porcelain.rb
#token ⇒ Object
The auth token generated for the Account. The Account will use this token to authenticate with the strongDM API.
1380 1381 1382 |
# File 'lib/models/porcelain.rb', line 1380 def token @token end |