Click or drag to resize

OAuthFlowBuilderSetJsonSerializer Method

Set the JsonSerializer.

Namespace:  Smartsheet.Api.OAuth
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public OAuthFlowBuilder SetJsonSerializer(
	JsonSerializer jsonSerializer
)

Parameters

jsonSerializer
Type: JsonSerializer
the JsonSerializer

Return Value

Type: OAuthFlowBuilder
the oAuthFlowBuilder
Exceptions
ExceptionCondition
InvalidOperationException if any argument is null/empty string
See Also