DataConnection Type
The PinterestConnection object.
Remarks
The PinterestConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-Pinterest -InitiateoAuth "GETANDREFRESH" -OAuthClientId "YourClientId" -OAuthClientSecret "YourClientSecret" -CallbackURL "https://localhost:33333" $conn | GM