Script Packager Object Model Reference

IRefreshTokenStore Interface

A repository for a single Refresh Token

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

public interface IRefreshTokenStore

Types that implement IRefreshTokenStore

Type Description
RefreshTokenStore 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.

Requirements

Namespace: Intelligence.FuncLibs.Http.Authentication

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

See Also

IRefreshTokenStore Members | Intelligence.FuncLibs.Http.Authentication Namespace