C# Класс Tailspin.Surveys.Web.Logging.SurveyAuthenticationEventsLoggingExtensions

ILogger extensions for events which occur when OpenID Authentication notifications occur.
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AuthenticationCodeRedemptionCompleted() публичный статический Метод

public static AuthenticationCodeRedemptionCompleted ( this logger, string userId, string issuer, string resource ) : void
logger this
userId string
issuer string
resource string
Результат void

AuthenticationCodeRedemptionFailed() публичный статический Метод

public static AuthenticationCodeRedemptionFailed ( this logger, Exception exp ) : void
logger this
exp System.Exception
Результат void

AuthenticationCodeRedemptionStarted() публичный статический Метод

public static AuthenticationCodeRedemptionStarted ( this logger, string userId, string issuer, string resource ) : void
logger this
userId string
issuer string
resource string
Результат void

AuthenticationFailed() публичный статический Метод

public static AuthenticationFailed ( this logger, Exception exp ) : void
logger this
exp System.Exception
Результат void

AuthenticationValidated() публичный статический Метод

public static AuthenticationValidated ( this logger, string userId, string issuer ) : void
logger this
userId string
issuer string
Результат void

RedirectToIdentityProvider() публичный статический Метод

public static RedirectToIdentityProvider ( this logger ) : void
logger this
Результат void

SignUpTenantFailed() публичный статический Метод

public static SignUpTenantFailed ( this logger, string userId, string issuer, Exception exp ) : void
logger this
userId string
issuer string
exp System.Exception
Результат void

UnregisteredUserSignInAttempted() публичный статический Метод

public static UnregisteredUserSignInAttempted ( this logger, string userId, string issuer ) : void
logger this
userId string
issuer string
Результат void