public class

SharedPrefCredentialStore

extends Object
implements CredentialStore
java.lang.Object
   ↳ com.kinvey.android.SharedPrefCredentialStore

Class Overview

Implementation of a com.kinvey.java.auth.CredentialStore utilizing a private instance of Android's Shared Preferences

Summary

Public Constructors
SharedPrefCredentialStore(Context context)
Public Methods
void delete(String userId)
Credential load(String userId)
void store(String userId, Credential credential)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.kinvey.java.auth.CredentialStore

Public Constructors

public SharedPrefCredentialStore (Context context)

Public Methods

public void delete (String userId)

public Credential load (String userId)

Throws
IOException

public void store (String userId, Credential credential)

Throws
IOException