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