RequestReason

sealed class RequestReason

Description for the reason why a token was requested.

Inheritors

Types

Link copied to clipboard

The token previously given was expired, revoked, malformed, or invalid for other reasons.

Link copied to clipboard
class NoEntitlements(val contentId: UUID? = null) : TokenProvider.RequestReason

The token was valid, but the user does not have access to this content.

Link copied to clipboard
class NoToken(val contentId: UUID? = null) : TokenProvider.RequestReason

Generic request. The SDK needs a token to start a download or to check access in general.