aerogear-xamarin-sdk
AeroGear Xamarin SDK
AeroGear.Mobile.Auth.Credentials.ICredentialManager Interface Reference

Credential manager interface More...

Inheritance diagram for AeroGear.Mobile.Auth.Credentials.ICredentialManager:
AeroGear.Mobile.Auth.Credentials.CredentialManager

Public Member Functions

void Store (ICredential credential)
 Store the specified credential. More...
 
string LoadSerialized ()
 Loads the serialized string representation of the credential. More...
 
void Clear ()
 Clear the credential. More...
 

Detailed Description

Credential manager interface

Member Function Documentation

◆ Clear()

void AeroGear.Mobile.Auth.Credentials.ICredentialManager.Clear ( )

Clear the credential.

Implemented in AeroGear.Mobile.Auth.Credentials.CredentialManager.

◆ LoadSerialized()

string AeroGear.Mobile.Auth.Credentials.ICredentialManager.LoadSerialized ( )

Loads the serialized string representation of the credential.

Returns
The serialized credential.

Implemented in AeroGear.Mobile.Auth.Credentials.CredentialManager.

◆ Store()

void AeroGear.Mobile.Auth.Credentials.ICredentialManager.Store ( ICredential  credential)

Store the specified credential.

Parameters
credentialCredential to store.

Implemented in AeroGear.Mobile.Auth.Credentials.CredentialManager.


The documentation for this interface was generated from the following file: