Method: LockstepSdk::MagicLinkModel#user_id

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

#user_idUuid

Returns The unique ID of the user that this magic link is associated with.

Returns:

  • (Uuid)

    The unique ID of the user that this magic link is associated with.



53
54
55
# File 'lib/lockstep_sdk/models/magic_link_model.rb', line 53

def user_id
  @user_id
end