Structure
ClientDescription
public struct ClientDescription
Description of a client using Tink.
Properties
name
let name: String
The name of the client.
scopes
let scopes: [ScopeDescription]
isVerified
let isVerified: Bool
Whether the client is verified.
isAggregator
let isAggregator: Bool
Whether the client is the aggregator.