DeleteCredentials
public struct DeleteCredentials : Codable, Equatable
Object returned after credentials are deleted.
-
The status of the deletion request.
See moreDeclaration
Swift
public enum Status : String
-
The unique identifier of the credentials that have been deleted.
Declaration
Swift
public var credentialID: String?
-
The status of the deletion request.
Declaration
Swift
public var status: String?