Challenge constructor
Creates a WAMP Challenge message that is returned by the router to
challenge the client with a given authMethod and some extra
authentication data
Implementation
Challenge(this.authMethod, this.extra) {
id = MessageTypes.codeChallenge;
}