Click or drag to resize

OAuthFlowBuilderSetAuthorizationURL Method

Set the authorization URL.

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 SetAuthorizationURL(
	string authorizationURL
)

Parameters

authorizationURL
Type: SystemString
the authorization URL

Return Value

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