class DingSDK::Shared::RetryAuthenticationRequest

def initialize(authentication_uuid: nil, customer_uuid: nil)

def initialize(authentication_uuid: nil, customer_uuid: nil)
  @authentication_uuid = authentication_uuid
  @customer_uuid = customer_uuid
end