Class SdkToken.Request

  • Enclosing class:
    SdkToken

    public static final class SdkToken.Request
    extends Object
    • 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.
      • crossDeviceUrl

        public SdkToken.Request crossDeviceUrl​(String crossDeviceUrl)
        Enterprise feature: The URL to be used for the cross device flow of the Web SDK
        Parameters:
        crossDeviceUrl - Enterprise feature: The URL to be used for the cross device flow of 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
      • getCrossDeviceUrl

        public String getCrossDeviceUrl()
        Enterprise feature: The URL to be used for the cross device flow of the Web SDK
        Returns:
        Enterprise feature: The URL to be used for the cross device flow of the Web SDK