C# 클래스 ActiveLogin.Authentication.GrandId.AspNetCore.LoggerExtensions

파일 보기 프로젝트 열기: ActiveLogin/ActiveLogin.Authentication

공개 메소드들

메소드 설명
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

메소드 상세

GrandIdBankIdFederatedLoginFailure() 공개 정적인 메소드

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

GrandIdBankIdFederatedLoginSuccess() 공개 정적인 메소드

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

GrandIdBankIdGetSessionFailure() 공개 정적인 메소드

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

GrandIdBankIdGetSessionSuccess() 공개 정적인 메소드

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