C# Class Tailspin.Surveys.WebAPI.Logging.SurveyJwtBearerEventsLoggingExtensions

ILogger extensions for bearer token authentication events which occur in the OpenID notifications in SurveyJwtBearerEvents
Exibir arquivo Open project: Azure-Samples/guidance-identity-management-for-multitenant-apps

Public Methods

Method Description
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

Method Details

AuthenticationFailed() public static method

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

TokenReceived() public static method

public static TokenReceived ( this logger ) : void
logger this
return void

TokenValidationFailed() public static method

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

TokenValidationStarted() public static method

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

TokenValidationSucceeded() public static method

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