Class
StoreResponse
@objc(FSStoreResponse) public class StoreResponse: NSObject, CloudResponse
This class represents a response obtained from a store request.
Relationships
Conforms To
CloudResponse
:nodoc:
NSObject
Properties
contents
@objc public let contents: [String: Any]?
The contents payload as a dictionary containing details about the operation response.
authURL
@objc public let authURL: URL? = nil
A redirect URL to a cloud provider's OAuth page. Typically this is only required internally.