UserIdentity
public struct UserIdentity : IdentityResource, Hashable
A root object that stores information about a user identity resource.
-
Declaration
Swift
public var id: String
-
Declaration
Swift
public var type: String
-
Declaration
Swift
public var href: String
-
Declaration
Swift
public static func == (lhs: UserIdentity, rhs: UserIdentity) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)