Get the token

meddra_auth(target_url, meddra_id, api_key)

Arguments

target_url

The url for authenticate.

meddra_id

The user's meddra id.

api_key

The user's api key.

Value

A string scalar. The user's token.

Examples

if (FALSE) { meddra_auth(url, id, key) }