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.



1241
1242
1243
# File 'lib/models/porcelain.rb', line 1241

def token
  @token
end