Table of Contents

Class InMemoryTokenStore

Namespace
Autodesk.Authentication.Helpers.Models
Assembly
Autodesk.Authentication.dll
public class InMemoryTokenStore : ITokenStore
Inheritance
InMemoryTokenStore
Implements
Inherited Members

Methods

Get()

Read the token from the store

public AuthTokenExtended? Get()

Returns

AuthTokenExtended

Authorization token

Set(AuthTokenExtended)

Save the token in the store

public void Set(AuthTokenExtended token)

Parameters

token AuthTokenExtended