SignOut Method
Signs out from the Vault server.
Syntax
public abstract void SignOut(
AuthService authSvc,
WinAuthService winAuthSvc,
AutodeskAuthService autodeskAuthSvc
)Public MustOverride Sub SignOut( _
ByVal authSvc As AuthService, _
ByVal winAuthSvc As WinAuthService, _
ByVal autodeskAuthSvc As AutodeskAuthService _
) Parameters
| Name | Description |
|---|---|
| authSvc | A AuthService object. |
| winAuthSvc | A Win Auth Service object. |
| autodeskAuthSvc | An Autodesk Auth Service object. |