C# 클래스 Tailspin.Surveys.WebAPI.Logging.SurveyJwtBearerEventsLoggingExtensions

ILogger extensions for bearer token authentication events which occur in the OpenID notifications in SurveyJwtBearerEvents
파일 보기 프로젝트 열기: Azure-Samples/guidance-identity-management-for-multitenant-apps

공개 메소드들

메소드 설명
AuthenticationFailed ( this logger, Exception e ) : void
TokenReceived ( this logger ) : void
TokenValidationFailed ( this logger, string userId, string issuer ) : void
TokenValidationStarted ( this logger, string userId, string issuer ) : void
TokenValidationSucceeded ( this logger, string userId, string issuer ) : void

메소드 상세

AuthenticationFailed() 공개 정적인 메소드

public static AuthenticationFailed ( this logger, Exception e ) : void
logger this
e System.Exception
리턴 void

TokenReceived() 공개 정적인 메소드

public static TokenReceived ( this logger ) : void
logger this
리턴 void

TokenValidationFailed() 공개 정적인 메소드

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

TokenValidationStarted() 공개 정적인 메소드

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

TokenValidationSucceeded() 공개 정적인 메소드

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