loginMagicLink

@GET(value = "auth/magiclink/{nonce}")
abstract suspend fun loginMagicLink(@Path(value = "nonce") nonce: String): Response<ArcXPOneTimeAccessLinkAuth>

Use the one time access nonce to login

Return

Response containing a uuid and access token

Parameters

nonce

String value