PushDescription

public struct PushDescription : Decodable, Encodable

Description of authorization by push notification

  • The remaining number of seconds before the expiration of the lifetime of the session.

    Declaration

    Swift

    public let sessionTimeLeft: Int?