.Net SDK 4.0.0 documentation
.Net SDK 4.0.0 documentation
Intuit.Ipp.OAuth2PlatformClient
JsonWebKeySet Class
JsonWebKeySet Constructor
JsonWebKeySet Constructor
JsonWebKeySet Constructor (String)
JsonWebKeySet Constructor (String)
Initializes an new instance of
JsonWebKeySet
from a json string.
Namespace:
Intuit.Ipp.OAuth2PlatformClient
Assembly:
Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
Copy
public
JsonWebKeySet
(
string
json
)
Parameters
json
Type:
System
String
a json string containing values.
Exceptions
Exception
Condition
ArgumentNullException
if 'json' is null or whitespace.
See Also
Reference
JsonWebKeySet Class
JsonWebKeySet Overload
Intuit.Ipp.OAuth2PlatformClient Namespace