Script Packager Object Model Reference

RefreshTokenStore Class

A IRefreshTokenStore implementation that stores refresh tokens in a file on disk protected using the Win32 Data Protection API that encrypts the token using a key that is specific to the Windows user account.

For a list of all members of this type, see RefreshTokenStore Members.

System.Object
   Intelligence.FuncLibs.Http.Authentication.RefreshTokenStore

public class RefreshTokenStore : IRefreshTokenStore

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Intelligence.FuncLibs.Http.Authentication

Assembly: Intelligence.FuncLibs.Http (in Intelligence.FuncLibs.Http.dll)

See Also

RefreshTokenStore Members | Intelligence.FuncLibs.Http.Authentication Namespace