Method: Helpers#get_magic_link_config

Defined in:
lib/user/helpers/helpers.rb

Get config used in magic links.

Example

@data = @mints_user.get_magic_link_config


42
43
44
# File 'lib/user/helpers/helpers.rb', line 42

def get_magic_link_config
    return @client.raw("get", "/helpers/magic-link-config")
end