C# 클래스 Tailspin.Surveys.TokenStorage.TokenCacheLoggingExtensions

ILogger extensions for events which occur in the RedisTokenCache
파일 보기 프로젝트 열기: Azure-Samples/guidance-identity-management-for-multitenant-apps

공개 메소드들

메소드 설명
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

메소드 상세

ReadFromCacheFailed() 공개 정적인 메소드

public static ReadFromCacheFailed ( this logger, Exception exp ) : void
logger this
exp System.Exception
리턴 void

TokenCacheCleared() 공개 정적인 메소드

public static TokenCacheCleared ( this logger, string userId ) : void
logger this
userId string
리턴 void

TokensRetrievedFromStore() 공개 정적인 메소드

public static TokensRetrievedFromStore ( this logger, string key ) : void
logger this
key string
리턴 void

TokensWrittenToStore() 공개 정적인 메소드

public static TokensWrittenToStore ( this logger, string clientId, string userId, string resource ) : void
logger this
clientId string
userId string
resource string
리턴 void

WriteToCacheFailed() 공개 정적인 메소드

public static WriteToCacheFailed ( this logger, Exception exp ) : void
logger this
exp System.Exception
리턴 void