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
)
Public Function SetAuthorizationURL (
authorizationURL As String
) As OAuthFlowBuilder
public:
OAuthFlowBuilder^ SetAuthorizationURL(
String^ authorizationURL
)
member SetAuthorizationURL :
authorizationURL : string -> OAuthFlowBuilder
Parameters
- authorizationURL
- Type: SystemString
the authorization URL
Return Value
Type:
OAuthFlowBuilder the OAuthFlowBuilder
Exceptions Exception | Condition |
---|
InvalidOperationException | if any argument is null/empty string |
See Also