C# Class ActiveLogin.Authentication.GrandId.AspNetCore.LoggerExtensions

Mostrar archivo Open project: ActiveLogin/ActiveLogin.Authentication

Public Methods

Method Description
GrandIdBankIdFederatedLoginFailure ( ILogger logger, string returnUrl, Exception exception ) : void
GrandIdBankIdFederatedLoginSuccess ( ILogger logger, string returnUrl, string sessionId ) : void
GrandIdBankIdGetSessionFailure ( ILogger logger, string sessionId, Exception exception ) : void
GrandIdBankIdGetSessionSuccess ( ILogger logger, string sessionId ) : void

Method Details

GrandIdBankIdFederatedLoginFailure() public static method

public static GrandIdBankIdFederatedLoginFailure ( ILogger logger, string returnUrl, Exception exception ) : void
logger ILogger
returnUrl string
exception Exception
return void

GrandIdBankIdFederatedLoginSuccess() public static method

public static GrandIdBankIdFederatedLoginSuccess ( ILogger logger, string returnUrl, string sessionId ) : void
logger ILogger
returnUrl string
sessionId string
return void

GrandIdBankIdGetSessionFailure() public static method

public static GrandIdBankIdGetSessionFailure ( ILogger logger, string sessionId, Exception exception ) : void
logger ILogger
sessionId string
exception Exception
return void

GrandIdBankIdGetSessionSuccess() public static method

public static GrandIdBankIdGetSessionSuccess ( ILogger logger, string sessionId ) : void
logger ILogger
sessionId string
return void