Method: LockstepSdk::MagicLinkModel#magic_link_url

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

Returns The created magic link URL. This will only be returned upon creation of the magic link. All other times, this value will be ‘null`.

Returns:

  • (String)

    The created magic link URL. This will only be returned upon creation of the magic link. All other times, this value will be ‘null`.



97
98
99
# File 'lib/lockstep_sdk/models/magic_link_model.rb', line 97

def magic_link_url
  @magic_link_url
end