Exemplo n.º 1
0
 public System.Threading.Tasks.Task <IntegrationAMelding.Authentication.AuthenticationChallengeBE> GetAuthenticationChallengeAsync(IntegrationAMelding.Authentication.AuthenticationChallengeRequestBE challengeRequest)
 {
     return(base.Channel.GetAuthenticationChallengeAsync(challengeRequest));
 }
Exemplo n.º 2
0
 public IntegrationAMelding.Authentication.AuthenticationChallengeBE GetAuthenticationChallenge(IntegrationAMelding.Authentication.AuthenticationChallengeRequestBE challengeRequest)
 {
     return(base.Channel.GetAuthenticationChallenge(challengeRequest));
 }