UnauthenticatedClientInfo

Use a unauthenticated client info when do not need authentication support (e.g. if you are talking to non-salesforce servers) NB: Your RestRequest's path will need to be a complete URL

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val NOUSER: String = "nouser"
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun buildUniqueId(): String
Link copied to clipboard
open fun getInstanceUrl(): URI
Returns a URI representation of the instance URL.
Link copied to clipboard
Returns a string representation of the instance URL.
Link copied to clipboard
open fun resolveUrl(request: RestRequest): URI
Resolves the given RestRequest to its URL.
open fun resolveUrl(path: String, endpoint: RestRequest.RestEndpoint): URI
Resolves the given path against the community URL, login URL, or instance URL.
open fun resolveUrl(path: String): URI
Resolves the given path against the community URL or the instance URL, depending on whether the user is a community user or not.
Link copied to clipboard
open fun toString(): String