TokenRequestReason
public enum TokenRequestReason : Sendable
Undocumented
-
Generic request. The SDK needs a token to start a download or to check access in general.
Declaration
Swift
case noToken
-
The token previously given was expired, revoked, malformed, or invalid for other reasons.
Declaration
Swift
case noAccess
-
The token was valid, but the user does not have access to this content.
Declaration
Swift
case noEntitlements(contentId: UUID?)