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.



1093
1094
1095
# File 'lib/models/porcelain.rb', line 1093

def token
  @token
end