Method: SDM::AccountCreateResponse#token

Defined in:
lib/models/porcelain.rb

#tokenObject

The auth token generated for the Account. The Account will use this token to authenticate with the strongDM API.



426
427
428
# File 'lib/models/porcelain.rb', line 426

def token
  @token
end