Package com.onfido.models
Class SdkToken.Request
- java.lang.Object
-
- com.onfido.models.SdkToken.Request
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkToken.RequestapplicantId(String applicantId)Specifies the applicant for the SDK instanceSdkToken.RequestapplicationId(String applicationId)The application ID (or “application bundle ID”) - used with the iOS and Android SDKsStringgetApplicantId()Specifies the applicant for the SDK instanceStringgetApplicationId()The application ID (or “application bundle ID”) - used with the iOS and Android SDKsStringgetReferrer()The referrer URL pattern - used with the Web SDKSdkToken.Requestreferrer(String referrer)The referrer URL pattern - used with the Web SDKStringtoJson()StringtoString()
-
-
-
Method Detail
-
toJson
public String toJson()
-
applicantId
public SdkToken.Request applicantId(String applicantId)
Specifies the applicant for the SDK instance- Parameters:
applicantId- Specifies the applicant for the SDK instance- Returns:
- The SdkToken request object.
-
applicationId
public SdkToken.Request applicationId(String applicationId)
The application ID (or “application bundle ID”) - used with the iOS and Android SDKs- Parameters:
applicationId- The application ID (or “application bundle ID”) - used with the iOS and Android SDKs- Returns:
- The SdkToken request object.
-
referrer
public SdkToken.Request referrer(String referrer)
The referrer URL pattern - used with the Web SDK- Parameters:
referrer- The referrer URL pattern - used with the Web SDK- Returns:
- The SdkToken request object.
-
getApplicantId
public String getApplicantId()
Specifies the applicant for the SDK instance- Returns:
- Specifies the applicant for the SDK instance
-
getApplicationId
public String getApplicationId()
The application ID (or “application bundle ID”) - used with the iOS and Android SDKs- Returns:
- The application ID (or “application bundle ID”) - used with the iOS and Android SDKs
-
getReferrer
public String getReferrer()
The referrer URL pattern - used with the Web SDK- Returns:
- The referrer URL pattern - used with the Web SDK
-
-