Beispiel #1
0
 public BankIdGetSessionResponse(string?sessionId, string?username, BankIdGetSessionUserAttributes userAttributes)
     : base(sessionId, username)
 {
     UserAttributes = userAttributes;
 }
 internal BankIdGetSessionResponse(string sessionId, string username, BankIdGetSessionUserAttributes userAttributes)
     : base(sessionId, username)
 {
     UserAttributes = userAttributes;
 }