public interface

AuthenticatedUser

com.salesforce.android.service.common.http.AuthenticatedUser

Class Overview

Interface used to represent an authenticated user. Provides a unique key that is used for segregating access to offline data.

Summary

Public Methods
abstract String getUserId()
Returns a user id representing the currently logged in user.

Public Methods

public abstract String getUserId ()

Returns a user id representing the currently logged in user.

The user id should uniquely identify a user and should not change.