C# Class Microsoft_Graph_REST_ASPNET_Connect.TokenStorage.SessionTokenCache

Inheritance: Microsoft.Identity.Client.TokenCache
Mostra file Open project: microsoftgraph/aspnet-connect-rest-sample Class Usage Examples

Public Properties

Property Type Description
UserObjectId string

Public Methods

Method Description
Clear ( string clientId ) : void
Load ( ) : void
Persist ( ) : void
SessionTokenCache ( string userId, System.Web.HttpContextBase context ) : System.Web

Private Methods

Method Description
AfterAccessNotification ( TokenCacheNotificationArgs args ) : void
BeforeAccessNotification ( TokenCacheNotificationArgs args ) : void

Method Details

Clear() public method

public Clear ( string clientId ) : void
clientId string
return void

Load() public method

public Load ( ) : void
return void

Persist() public method

public Persist ( ) : void
return void

SessionTokenCache() public method

public SessionTokenCache ( string userId, System.Web.HttpContextBase context ) : System.Web
userId string
context System.Web.HttpContextBase
return System.Web

Property Details

UserObjectId public_oe property

public string UserObjectId
return string