You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-32
Original file line number
Diff line number
Diff line change
@@ -134,22 +134,6 @@ try {
134
134
}
135
135
```
136
136
137
-
#### Getting a Signup
138
-
139
-
This method allows you to query the latest assessment for a given signup event, returning a `SignupAssessment`, containing the risk assessment and supporting evidence:
140
-
141
-
```java
142
-
IncogniaAPI api =newIncogniaAPI("client-id", "client-secret");
//Some api error happened (invalid data, invalid credentials)
148
-
} catch (IncogniaException e) {
149
-
//Something unexpected happened
150
-
}
151
-
```
152
-
153
137
#### Registering Web Signup
154
138
155
139
This method registers a new web signup for the given session token, returning a `SignupAssessment`, containing the risk assessment and supporting evidence:
@@ -344,16 +328,6 @@ along with the `getPayload` method, which returns the api response payload, whic
344
328
345
329
If you have found a bug or if you have a feature request, please report them at this repository issues section.
346
330
347
-
### Publishing a new version
348
-
349
-
We use the [GradleNexus publish plugin](https://github.com/gradle-nexus/publish-plugin/) to publish artifacts to maven central.
350
-
351
-
To publish a new version to a staging repository, run:
If the version ends with `-SNAPSHOT`, it is published to the Sonatype snapshots repository.
356
-
357
331
## What is Incognia?
358
332
359
333
Incognia is a location identity platform for mobile apps that enables:
@@ -362,12 +336,6 @@ Incognia is a location identity platform for mobile apps that enables:
362
336
-Frictionless authentication
363
337
-Real-time transaction verification
364
338
365
-
## Create a Free Incognia Account
366
-
367
-
1. Go to [Incognia](https://www.incognia.com/) and click on "Sign Up For Free"
368
-
2.Create an Account
369
-
3.You're ready to integrate [Incognia SDK](https://docs.incognia.com/sdk/getting-started) and use [Incognia APIs](https://dash.incognia.com/api-reference)
0 commit comments