Method: LockstepSdk::MagicLinkModel#created_user_id

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

#created_user_idUuid

Returns The ID of the user who created the magic link.

Returns:

  • (Uuid)

    The ID of the user who created the magic link



77
78
79
# File 'lib/lockstep_sdk/models/magic_link_model.rb', line 77

def created_user_id
  @created_user_id
end