authenticator
abstract fun authenticator(authenticator: Authenticator): ApiClient.Builder
Content copied to clipboard
Return
the same Builder instance
See also
Parameters
authenticator
the Authenticator instance to be used for authentication when making calls to pCloud's API.
If set to null
, no authentication will be performed.