C# Class Microsoft.Identity.Client.TokenCachePlugin

Inheritance: ITokenCachePlugin
Datei anzeigen Open project: AzureAD/microsoft-authentication-library-for-dotnet

Public Methods

Method Description
AfterAccess ( TokenCacheNotificationArgs args ) : void
BeforeAccess ( TokenCacheNotificationArgs args ) : void

Method Details

AfterAccess() public method

public AfterAccess ( TokenCacheNotificationArgs args ) : void
args TokenCacheNotificationArgs
return void

BeforeAccess() public method

public BeforeAccess ( TokenCacheNotificationArgs args ) : void
args TokenCacheNotificationArgs
return void