Token Authentication
-
Callback for when a token is available.
A null token can be passed to the callback if token cannot be provided by the app for any reason.
Declaration
Swift
public typealias TokenCompletion = (String?) -> Void
-
Provider for a content access token.
See moreDeclaration
Swift
public protocol TokenProvider
-
Undocumented
See moreDeclaration
Swift
public enum TokenRequestReason : Sendable
-
The event that triggered a request.
You can use this information for example to decide what, if any, alerts to show. This list may expand in the future.
See moreDeclaration
Swift
public enum TokenRequestTrigger : Sendable