M-Files API 23.11.13135.0
StoreExtensionAuthenticationSpecialCredentials Method
VaultExtensionAuthenticationOperations Object : StoreExtensionAuthenticationSpecialCredentials Method
Special user type specifying the target identity.
The name of the target extension system.
The authentication response data.
Description
Stores extension authentication data in the server-side cache.
Syntax
Visual Basic
Public Sub StoreExtensionAuthenticationSpecialCredentials( _
   ByVal ExtensionAuthenticationSpecialUserType As MFExtensionAuthenticationSpecialUserType, _
   ByVal TargetID As String, _
   ByVal ExtensionAuthenticationResponse As ExtensionAuthenticationResponse _
) 
Parameters
ExtensionAuthenticationSpecialUserType
ValueDescription
MFExtensionAuthenticationSpecialUserTypeCommonCommon.
MFExtensionAuthenticationSpecialUserTypeIndexerIndexer.
MFExtensionAuthenticationSpecialUserTypeNoneNo special type.
MFExtensionAuthenticationSpecialUserTypePermissionsPermissions.
Special user type specifying the target identity.
TargetID
The name of the target extension system.
ExtensionAuthenticationResponse
The authentication response data.
Remarks
This method is available only if M-Files API is used in the server interface mode.
See Also

VaultExtensionAuthenticationOperations Object  | VaultExtensionAuthenticationOperations Members