ArcGISKit Documentation

Enumeration Provider

public enum Provider: String, Codable, CaseIterable, Equatable  

Indicates the level of access of the user: private, org, public, or account. If private, the user descriptive information will not be available to others nor will the username be searchable.

%335 Provider Provider Equatable Equatable Provider->Equatable String String Provider->String Codable Codable Provider->Codable CaseIterable CaseIterable Provider->CaseIterable

Conforms To

CaseIterable
Codable
Equatable
String

Enumeration Cases

enterprise

case arcgis,
		     enterprise,
		     google,
		     facebook

facebook

case arcgis,
		     enterprise,
		     google,
		     facebook

arcgis

case arcgis,
		     enterprise,
		     google,
		     facebook

google

case arcgis,
		     enterprise,
		     google,
		     facebook