decodeBase64Url

protected fun decodeBase64Url(value: String): String

Decode a Base64 URL encoded string.

Return

The decoded string.

Parameters

value

The Base64 URL encoded string.