This API route retrieves a registration JWT token of a user that hasn’t been registered yet. The token is used in the header of requests that create a user, such as the Accept Invite API route.
The provider used for authentication.
"emailpass"
The input data necessary for authentication. For example, for email-pass authentication, pass email
and password
properties.
OK
The authentication's details.