InvalidOAuthClientException Class |  |
This is the exception thrown by To indicate an "invalid_client" error occurred when obtaining
OAuth tokens.
Thread safety: Exceptions are not thread safe.
Inheritance Hierarchy
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
Syntaxpublic class InvalidOAuthClientException : OAuthTokenException
Public Class InvalidOAuthClientException
Inherits OAuthTokenException
public ref class InvalidOAuthClientException : public OAuthTokenException
type InvalidOAuthClientException =
class
inherit OAuthTokenException
end
The InvalidOAuthClientException type exposes the following members.
Constructors
See Also