commercetools.Sdk
The commercetools platform, import-api and C# sdks generated from our api reference.
Loading...
Searching...
No Matches
Public Member Functions | Properties
commercetools.Base.Client.Tokens.IUserCredentialsStoreManager Interface Reference

Inherits commercetools.Base.Client.Tokens.ITokenStoreManager.

Inherited by commercetools.Base.Client.Tokens.InMemoryUserCredentialsStoreManager.

Public Member Functions

void StoreUserCredentialsAndClearToken (string username, string password)
 
void ClearCredentialsAndToken ()
 
- Public Member Functions inherited from commercetools.Base.Client.Tokens.ITokenStoreManager
void ClearToken ()
 

Properties

string Username [get]
 
string Password [get]
 
- Properties inherited from commercetools.Base.Client.Tokens.ITokenStoreManager
Token Token [get, set]
 

Member Function Documentation

◆ ClearCredentialsAndToken()

void commercetools.Base.Client.Tokens.IUserCredentialsStoreManager.ClearCredentialsAndToken ( )

◆ StoreUserCredentialsAndClearToken()

void commercetools.Base.Client.Tokens.IUserCredentialsStoreManager.StoreUserCredentialsAndClearToken ( string  username,
string  password 
)

Property Documentation

◆ Password

string commercetools.Base.Client.Tokens.IUserCredentialsStoreManager.Password
get

◆ Username

string commercetools.Base.Client.Tokens.IUserCredentialsStoreManager.Username
get

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