commercetools.Sdk
The commercetools platform, import-api and C# sdks generated from our api reference.
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | Properties
commercetools.Sdk.Api.Models.Customers.IAuthenticationMode Interface Reference

Inherits commercetools.Base.Models.IJsonName, and IEnumerable< char >.

Inherited by commercetools.Sdk.Api.Models.Customers.AuthenticationModeWrapper.

Static Public Member Functions

static IAuthenticationMode[] Values ()
 
static IAuthenticationMode FindEnum (string value)
 

Static Public Attributes

static IAuthenticationMode Password
 
static IAuthenticationMode ExternalAuth
 

Properties

AuthenticationModeValue [get]
 
- Properties inherited from commercetools.Base.Models.IJsonName
string JsonName [get]
 

Member Function Documentation

◆ FindEnum()

static IAuthenticationMode commercetools.Sdk.Api.Models.Customers.IAuthenticationMode.FindEnum ( string  value)
inlinestatic

◆ Values()

static IAuthenticationMode[] commercetools.Sdk.Api.Models.Customers.IAuthenticationMode.Values ( )
inlinestatic

Member Data Documentation

◆ ExternalAuth

IAuthenticationMode commercetools.Sdk.Api.Models.Customers.IAuthenticationMode.ExternalAuth
static
Initial value:
= new AuthenticationModeWrapper
{ Value = AuthenticationMode.ExternalAuth, JsonName = "ExternalAuth" }
string JsonName
Definition IJsonName.cs:5
AuthenticationMode? Value
Definition AuthenticationMode.cs:49
AuthenticationMode
Definition AuthenticationMode.cs:12

◆ Password

IAuthenticationMode commercetools.Sdk.Api.Models.Customers.IAuthenticationMode.Password
static
Initial value:
= new AuthenticationModeWrapper
{ Value = AuthenticationMode.Password, JsonName = "Password" }

Property Documentation

◆ Value

AuthenticationMode? commercetools.Sdk.Api.Models.Customers.IAuthenticationMode.Value
get

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