Properties
This table lists the whole set of properties contained into this data type.
Some properties are "native", and have a single serialization format.
Some properties are "polymorphic", and can be serialized/deserialized using multiple formats (known as "styles")
| Name | Kind | Description | 
|---|---|---|
| client_id | native | Client id | 
| client_secret | native | Client secret | 
| code | native | |
| customer_id | native | Customer id | 
| grant_type | native | Grant type | 
| password | native | |
| redirect_uri | native | Redirect uri | 
| username | native | 
client_id
Client id
For more details about using the properties and customizing their serialization/deserialization, please refer to the general guide on the options
Features
This table contains all the information about to this property features.
| Name | Value | 
|---|---|
| Physical property name | ClientId | 
| Physical property type | string | 
| Is Required | NO | 
| Is Polymorphic | NO | 
| Is Nullable | NO | 
| Is Logical Primitive | YES | 
| Is Enumerable | NO | 
| Is Searchable | NO | 
| Is Enum | NO | 
client_secret
Client secret
For more details about using the properties and customizing their serialization/deserialization, please refer to the general guide on the options
Features
This table contains all the information about to this property features.
| Name | Value | 
|---|---|
| Physical property name | ClientSecret | 
| Physical property type | string | 
| Is Required | NO | 
| Is Polymorphic | NO | 
| Is Nullable | NO | 
| Is Logical Primitive | YES | 
| Is Enumerable | NO | 
| Is Searchable | NO | 
| Is Enum | NO | 
code
For more details about using the properties and customizing their serialization/deserialization, please refer to the general guide on the options
Features
This table contains all the information about to this property features.
| Name | Value | 
|---|---|
| Physical property name | Code | 
| Physical property type | string | 
| Is Required | NO | 
| Is Polymorphic | NO | 
| Is Nullable | NO | 
| Is Logical Primitive | YES | 
| Is Enumerable | NO | 
| Is Searchable | NO | 
| Is Enum | NO | 
customer_id
Customer id
For more details about using the properties and customizing their serialization/deserialization, please refer to the general guide on the options
Features
This table contains all the information about to this property features.
| Name | Value | 
|---|---|
| Physical property name | CustomerId | 
| Physical property type | int? | 
| Is Required | NO | 
| Is Polymorphic | NO | 
| Is Nullable | YES | 
| Is Logical Primitive | YES | 
| Is Enumerable | NO | 
| Is Searchable | NO | 
| Is Enum | NO | 
grant_type
Grant type
For more details about using the properties and customizing their serialization/deserialization, please refer to the general guide on the options
Features
This table contains all the information about to this property features.
| Name | Value | 
|---|---|
| Physical property name | GrantType | 
| Physical property type | string | 
| Is Required | NO | 
| Is Polymorphic | NO | 
| Is Nullable | NO | 
| Is Logical Primitive | YES | 
| Is Enumerable | NO | 
| Is Searchable | NO | 
| Is Enum | NO | 
password
For more details about using the properties and customizing their serialization/deserialization, please refer to the general guide on the options
Features
This table contains all the information about to this property features.
| Name | Value | 
|---|---|
| Physical property name | Password | 
| Physical property type | string | 
| Is Required | NO | 
| Is Polymorphic | NO | 
| Is Nullable | NO | 
| Is Logical Primitive | YES | 
| Is Enumerable | NO | 
| Is Searchable | NO | 
| Is Enum | NO | 
redirect_uri
Redirect uri
For more details about using the properties and customizing their serialization/deserialization, please refer to the general guide on the options
Features
This table contains all the information about to this property features.
| Name | Value | 
|---|---|
| Physical property name | RedirectUri | 
| Physical property type | string | 
| Is Required | NO | 
| Is Polymorphic | NO | 
| Is Nullable | NO | 
| Is Logical Primitive | YES | 
| Is Enumerable | NO | 
| Is Searchable | NO | 
| Is Enum | NO | 
username
For more details about using the properties and customizing their serialization/deserialization, please refer to the general guide on the options
Features
This table contains all the information about to this property features.
| Name | Value | 
|---|---|
| Physical property name | Username | 
| Physical property type | string | 
| Is Required | NO | 
| Is Polymorphic | NO | 
| Is Nullable | NO | 
| Is Logical Primitive | YES | 
| Is Enumerable | NO | 
| Is Searchable | NO | 
| Is Enum | NO | 
Schema
The following table contains the main schema information about this data type.
| Feature | Value | 
|---|---|
| Type | object | 
| Required: | 
Polymorphic Schema
The polymorphic schema describe how the object is serialized and deserialized by the Web API pipeline.
Some properties are "native", and have a single serialization format.
Some properties are "polymorphic", and can be serialized/deserialized using multiple formats (known as "styles")