C# Class Tailspin.Surveys.Web.Logging.SurveyAuthenticationEventsLoggingExtensions

ILogger extensions for events which occur when OpenID Authentication notifications occur.
Afficher le fichier Open project: Azure-Samples/guidance-identity-management-for-multitenant-apps

Méthodes publiques

Méthode Description
AuthenticationCodeRedemptionCompleted ( this logger, string userId, string issuer, string resource ) : void
AuthenticationCodeRedemptionFailed ( this logger, Exception exp ) : void
AuthenticationCodeRedemptionStarted ( this logger, string userId, string issuer, string resource ) : void
AuthenticationFailed ( this logger, Exception exp ) : void
AuthenticationValidated ( this logger, string userId, string issuer ) : void
RedirectToIdentityProvider ( this logger ) : void
SignUpTenantFailed ( this logger, string userId, string issuer, Exception exp ) : void
UnregisteredUserSignInAttempted ( this logger, string userId, string issuer ) : void

Method Details

AuthenticationCodeRedemptionCompleted() public static méthode

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

AuthenticationCodeRedemptionFailed() public static méthode

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

AuthenticationCodeRedemptionStarted() public static méthode

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

AuthenticationFailed() public static méthode

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

AuthenticationValidated() public static méthode

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

RedirectToIdentityProvider() public static méthode

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

SignUpTenantFailed() public static méthode

public static SignUpTenantFailed ( this logger, string userId, string issuer, Exception exp ) : void
logger this
userId string
issuer string
exp System.Exception
Résultat void

UnregisteredUserSignInAttempted() public static méthode

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