Skip to content

Generate Mobile Sdk Release Url

wafv2_generate_mobile_sdk_release_url R Documentation

Generates a presigned download URL for the specified release of the mobile SDK

Description

Generates a presigned download URL for the specified release of the mobile SDK.

The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage WAF tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see WAF client application integration in the WAF Developer Guide.

Usage

wafv2_generate_mobile_sdk_release_url(Platform, ReleaseVersion)

Arguments

Platform

[required] The device platform.

ReleaseVersion

[required] The release version. For the latest available version, specify LATEST.

Value

A list with the following syntax:

list(
  Url = "string"
)

Request syntax

svc$generate_mobile_sdk_release_url(
  Platform = "IOS"|"ANDROID",
  ReleaseVersion = "string"
)