NSData(SFSDKUtilsInternal) Category Reference

Declared in NSData+SFSDKUtils_Internal.h

Overview

@category NSData(SFSDKUtilsInternal)

+ sfsdk_replaceBase64CharsForBase64UrlString:

Replace the base64 characters that are invalid in a base64url string.

+ (NSString *)sfsdk_replaceBase64CharsForBase64UrlString:(NSString *)base64String

Parameters

base64String

The input string with characters to replace.

Return Value

The base64 string with the URL chars replaced (i.e. the base64url string).

Declared In

NSData+SFSDKUtils_Internal.h