C# Class Tailspin.Surveys.TokenStorage.TokenCacheLoggingExtensions

ILogger extensions for events which occur in the RedisTokenCache
Afficher le fichier Open project: Azure-Samples/guidance-identity-management-for-multitenant-apps

Méthodes publiques

Méthode Description
ReadFromCacheFailed ( this logger, Exception exp ) : void
TokenCacheCleared ( this logger, string userId ) : void
TokensRetrievedFromStore ( this logger, string key ) : void
TokensWrittenToStore ( this logger, string clientId, string userId, string resource ) : void
WriteToCacheFailed ( this logger, Exception exp ) : void

Method Details

ReadFromCacheFailed() public static méthode

public static ReadFromCacheFailed ( this logger, Exception exp ) : void
logger this
exp System.Exception
Résultat void

TokenCacheCleared() public static méthode

public static TokenCacheCleared ( this logger, string userId ) : void
logger this
userId string
Résultat void

TokensRetrievedFromStore() public static méthode

public static TokensRetrievedFromStore ( this logger, string key ) : void
logger this
key string
Résultat void

TokensWrittenToStore() public static méthode

public static TokensWrittenToStore ( this logger, string clientId, string userId, string resource ) : void
logger this
clientId string
userId string
resource string
Résultat void

WriteToCacheFailed() public static méthode

public static WriteToCacheFailed ( this logger, Exception exp ) : void
logger this
exp System.Exception
Résultat void