ArcGISKit Documentation

Enumeration Authentication​Type

public enum AuthenticationType: Sendable, Equatable  

The methods to use to authenticate.

%207 AuthenticationType AuthenticationType Sendable Sendable AuthenticationType->Sendable Equatable Equatable AuthenticationType->Equatable

Conforms To

Equatable
Sendable

Enumeration Cases

credentials

case credentials(username: String, password: String) 

Authenticate using your username and password.

anonymous

case anonymous

Authenticate anonymously.

id​And​Secret

case idAndSecret(clientID: String, clientSecret: String, username: String) 

Authenticate using your Client ID and Client Secret.

web​Browser

case webBrowser(code: String, clientID: String, clientSecret: String) 

Authenticate using a code obtained via a web browser.