Package-level declarations
Types
Link copied to clipboard
interface JsonSerializable
An interface for reading and writing JSON.
Link copied to clipboard
interface RemoteResource
An interface adopted by classes that access remote network resources that have the potential to be secured. This interface adopted by classes whose objects need to access remote network resources, potentially in a secured manner. For example, a web service or a file on a web server that could require credentials to access.
Link copied to clipboard
interface RemoteResourceChild
An interface adopted by classes that access remote network resources that have the potential to be secured but uses parent objects. For example, a portal item that could require credentials but uses portal's credentials.