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

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

Méthodes publiques

Méthode 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 méthode

public static AuthenticationFailed ( this logger, Exception e ) : void
logger this
e System.Exception
Résultat void

TokenReceived() public static méthode

public static TokenReceived ( this logger ) : void
logger this
Résultat void

TokenValidationFailed() public static méthode

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

TokenValidationStarted() public static méthode

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

TokenValidationSucceeded() public static méthode

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