Added flush AuthToken cache API.
This commit is contained in:
@@ -94,6 +94,20 @@ ObtainAuthToken(
|
||||
//=======================================================================--
|
||||
|
||||
|
||||
//++=======================================================================
|
||||
extern void SSCS_CALL
|
||||
CleanUpAuthTokenCache(void);
|
||||
//
|
||||
// Arguments: None.
|
||||
//
|
||||
// Returns:
|
||||
// Nothing
|
||||
//
|
||||
// Description:
|
||||
// Flush the AuthToken cache.
|
||||
//=======================================================================--
|
||||
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
}
|
||||
#endif // #if defined(__cplusplus) || defined(c_plusplus)
|
||||
|
||||
@@ -51,7 +51,7 @@ extern "C"
|
||||
|
||||
|
||||
//++=======================================================================
|
||||
CasaStatus SSCS_CALL
|
||||
extern CasaStatus SSCS_CALL
|
||||
ObtainAuthTokenEx(
|
||||
IN const char *pServiceName,
|
||||
IN const char *pHostName,
|
||||
@@ -101,6 +101,25 @@ ObtainAuthTokenEx(
|
||||
//=======================================================================--
|
||||
|
||||
|
||||
//++=======================================================================
|
||||
extern void SSCS_CALL
|
||||
CleanUpAuthTokenCacheEx(
|
||||
IN const void *pCredStoreScope);
|
||||
//
|
||||
// Arguments:
|
||||
// pCredStoreScope -
|
||||
// Pointer to CASA structure for scoping credential store access
|
||||
// to specific users. This can only be leveraged by applications
|
||||
// running in the context of System.
|
||||
//
|
||||
// Returns:
|
||||
// Nothing
|
||||
//
|
||||
// Description:
|
||||
// Flush the AuthToken cache.
|
||||
//=======================================================================--
|
||||
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
}
|
||||
#endif // #if defined(__cplusplus) || defined(c_plusplus)
|
||||
|
||||
Reference in New Issue
Block a user