Method: LockstepSdk::MagicLinkModel#group_key

Defined in:
lib/lockstep_sdk/models/magic_link_model.rb

#group_keyUuid

Returns The GroupKey uniquely identifies a single Lockstep Platform account. All records for this account will share the same GroupKey value. GroupKey values cannot be changed once created.

Returns:

  • (Uuid)

    The GroupKey uniquely identifies a single Lockstep Platform account. All records for this account will share the same GroupKey value. GroupKey values cannot be changed once created.



49
50
51
# File 'lib/lockstep_sdk/models/magic_link_model.rb', line 49

def group_key
  @group_key
end