We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca81bb commit d2c7b16Copy full SHA for d2c7b16
1 file changed
README.md
@@ -48,7 +48,7 @@ The unique ID of a user in your application.
48
<br><br>
49
50
```ruby
51
-Tanker::Identity.create_provisional_identity(app_id, email)
+Tanker::Identity.create_provisional_identity(app_id, 'email', email)
52
```
53
Create a Tanker provisional identity. It allows you to share a resource with a user who does not have an account in your application yet.
54
0 commit comments