Table of Contents

Interface ITokenStore

Namespace
Autodesk.Authentication.Helpers.Models
Assembly
Autodesk.Authentication.dll
public interface ITokenStore

Methods

Get()

Read the token from the store

AuthTokenExtended? Get()

Returns

AuthTokenExtended

Authorization token

Set(AuthTokenExtended)

Save the token in the store

void Set(AuthTokenExtended authToken)

Parameters

authToken AuthTokenExtended

Authorization token