package common type AuthenticationChallenge struct { RandomSeed []byte RandomChallenge []byte Response []byte PinRequested bool SecurityKeyRequested bool }