Token

public struct Token : BoxModel

Undocumented

  • Undocumented

    Declaration

    Swift

    public let accessToken: String?
  • Undocumented

    Declaration

    Swift

    public let expiresIn: Int?
  • Undocumented

    Declaration

    Swift

    public let tokenType: String?
  • Undocumented

    Declaration

    Swift

    public let restrictedTo: [Scope]?
  • Undocumented

    Declaration

    Swift

    public var client: BoxClient?